#045477

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

Shades of Dark Cerulean #045477

Tints of Dark Cerulean #045477

Color information

#045477 (or 0x045477) is unknown color: approx Dark Cerulean. HEX triplet: 04, 54 and 77. RGB value is (4,84,119). Sum of RGB (Red+Green+Blue) = 4+84+119=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #045477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045477 is #FBAB88. Grayscale: #3F3F3F. Windows color (decimal): -16493449 or 7820292. OLE color: 7820292.

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

Color convert

RGB484119-
CMYK0.970.2900.53
HSL198.26º93.5%24.12%-
HSV(B)198.26º96.64%46.67%-
XYZ6.557.718.59-
YUV64.0715985.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.93%
GREEN value IS 84 (33.20% from 255) = 40.58%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=1.93%
G=40.58%
B=57.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4841190.970.2900.53198.2693.524.12
Hex45477611D035c65d18
Octal41241671413506530613530
Binary10010101001110111110000111101011010111000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045477; }

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

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

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

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

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

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

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

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