#045479

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

Shades of Dark Cerulean #045479

Tints of Dark Cerulean #045479

Color information

#045479 (or 0x045479) is unknown color: approx Dark Cerulean. HEX triplet: 04, 54 and 79. RGB value is (4,84,121). Sum of RGB (Red+Green+Blue) = 4+84+121=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #045479 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045479 is #FBAB86. Grayscale: #404040. Windows color (decimal): -16493447 or 7951364. OLE color: 7951364.

HSL color Cylindrical-coordinate representation of color #045479: hue angle of 198.97º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045479 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB484121-
CMYK0.970.3100.53
HSL198.97º93.6%24.51%-
HSV(B)198.97º96.69%47.45%-
XYZ6.677.7519.23-
YUV64.316084.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.91%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=1.91%
G=40.19%
B=57.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4841210.970.3100.53198.9793.624.51
Hex45479611F035c75e19
Octal41241711413706530713631
Binary10010101001111001110000111111011010111000111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045479; }

 p { color: rgb(4,84,121); }

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

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

 a { background-color: rgb(4,84,121); }

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

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

 span { border-color: rgb(4,84,121); }

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