COLOR #0480AB

HEX: #0480AB
RGB: (4,128,171)

Renk bilgisi

#0480AB contains mainly green and blue colors. #0480AB ‘ nin web güvenlik rengi #006699 (ya da #069) dir.

RGB renk modeli

#0480AB color RGB value is (4,128,171).

  • kırmız ton 4;
  • yeşil ton 128;
  • mavi ton 171.
RGB:
(4,128,171)
(2%,50%,67%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 128 of 255 = 50%
B 171 of 255 = 67%

4
128
171

R + G + B ~ 40%. #0480AB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 128 + 171 = 303 (100%)
R 4 of 303 ~ 1.32%
G 128 of 303 ~ 42.24%
B 171 of 303 ~ 56.44%

%42.24
%56.44

CMYK RENK MODELİ

#0480AB rengi CMYK tonu (98,25,0,33).

  • camgöbeği tonu 97.66%
  • eflatun tonu 25.15%
  • sarı tonu 0.00%
  • ana renk tonu 32.94%
CMYK:
(98,25,0,33)
C98M25Y0K33 
(98%,25%,0%,33%)
(0.98/0.25/0.00/0.33)	

CMYK yüzdeleri

%97.66
%25.15
%0
%32.94

Codes

Color #0480AB in popluar color models

0480AB
RGB4128171
HSL195°95.43%34.31%
HSB/HSV195°97.66%67.06%
CMYK97.66%25.15%0.00%
32.94%

Color #0480AB in popluar number systems.

HEX0480AB
Decimal4128171
Binary1001000000010101011
Octal4200253

Shades and tints

Shades of #0480AB

#0480AB
(4,128,171)
#04759C
(4,117,156)
#046A8D
(4,106,141)
#045F7E
(4,95,126)
#04546F
(4,84,111)
#044960
(4,73,96)
#043E51
(4,62,81)
#043342
(4,51,66)
#042833
(4,40,51)
#041D24
(4,29,36)
#041215
(4,18,21)
#000000
(0,0,0)

Tints of #0480AB

#0480AB
(4,128,171)
#1A8BB2
(26,139,178)
#3096B9
(48,150,185)
#46A1C0
(70,161,192)
#5CACC7
(92,172,199)
#72B7CE
(114,183,206)
#88C2D5
(136,194,213)
#9ECDDC
(158,205,220)
#B4D8E3
(180,216,227)
#CAE3EA
(202,227,234)
#E0EEF1
(224,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0480AB color. Also use rgb(4,128,171) instead hex code.

Text Font Color

.myTextColor { color: #0480AB; }

<p style="color:#0480AB">This sample text font color is #0480AB.</p>

This text font color is #0480AB.


Background Color

.myBgColor { background-color: #0480AB; }

<div style="background-color:#0480AB">Inner text</div>

This div background color is #0480AB.


Border color

.myBorderColor { border: 1px solid #0480AB; }

<div style="border:3px solid #0480AB">Div</div>

This div border color is #0480AB.


Opacity

.myOpacity80 { color: #0480AB; opacity: 0.8; }

<p style="color:#0480AB;opacity:0.8;">80%</p>

Text with #0480AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0480AB;}

<p style="text-shadow: 3px 3px 1px #0480AB">Text here.</p>

This text has shadow with #0480AB color.

.textShadow {text-shadow: 3px 3px 1px #0480AB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0480AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #0480AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0480AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0480AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #0480AB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0480AB;
  -webkit-box-shadow:	1px 1px 3px 2px #0480AB;
  box-shadow:		1px 1px 3px 2px #0480AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0480AB;
-webkit-box-shadow: 1px 1px 3px 2px #0480AB;
box-shadow:1px 1px 3px 2px #0480AB;">
Div content here</div>
This div box has shadow with color #0480AB.

Preview

Color preview on black background

This text has color #0480AB on black background.


Color preview on white background

This text has color #0480AB on white background.



Black color preview on #0480AB background

This text has black color on #0480AB background.


White color preview on #0480AB background

This text has white color on #0480AB background.