#0478A0

Color #0478A0 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0478A0

Tints of Cerulean #0478A0

Color information

#0478A0 (or 0x0478A0) is unknown color: approx Cerulean. HEX triplet: 04, 78 and A0. RGB value is (4,120,160). Sum of RGB (Red+Green+Blue) = 4+120+160=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #0478A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0478A0 is #FB875F. Grayscale: #595959. Windows color (decimal): -16484192 or 10516484. OLE color: 10516484.

HSL color Cylindrical-coordinate representation of color #0478A0: hue angle of 195.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0478A0 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4120160-
CMYK0.980.2500.37
HSL195.38º95.12%32.16%-
HSV(B)195.38º97.5%62.75%-
XYZ13.111635.65-
YUV89.88167.5766.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 1.41%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 160 (62.89% from 255) = 56.34%
R=1.41%
G=42.25%
B=56.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41201600.980.2500.37195.3895.1232.16
Hex478A06219025c35f20
Octal41702401423104530313740
Binary1001111000101000001100010110010100101110000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0478A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0478A0; }

 p { color: rgb(4,120,160); }

 H1.HeaderClassName
 {
   color: #0478A0;
 }
 .AnyTagClassName
 {
   color: #0478A0;
 }
</style>
background-color css

<style>
 a { background-color: #0478A0; }

 a { background-color: rgb(4,120,160); }

 div.DivClassName
 {
   background-color: #0478A0;
 }
 .BgClassName
 {
   background-color: #0478A0;
 }
</style>
border-color css

<style>
 span { border-color: #0478A0; }

 span { border-color: rgb(4,120,160); }

 td.TdClassName
 {
   border-color: #0478A0;
 }
 .TagClassName
 {
   border-color: #0478A0;
 }
</style>