#045276

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

Shades of Dark Cerulean #045276

Tints of Dark Cerulean #045276

Color information

#045276 (or 0x045276) is unknown color: approx Dark Cerulean. HEX triplet: 04, 52 and 76. RGB value is (4,82,118). Sum of RGB (Red+Green+Blue) = 4+82+118=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #045276 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #045276 is #FBAD89. Grayscale: #3E3E3E. Windows color (decimal): -16493962 or 7754244. OLE color: 7754244.

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

Color convert

RGB482118-
CMYK0.970.3100.54
HSL198.95º93.44%23.92%-
HSV(B)198.95º96.61%46.27%-
XYZ6.347.3718.23-
YUV62.78159.1686.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 82 (32.42% from 255) = 40.20%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=1.96%
G=40.20%
B=57.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4821180.970.3100.54198.9593.4423.92
Hex45276611F036c75d18
Octal41221661413706630713530
Binary10010100101110110110000111111011011011000111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045276; }

 p { color: rgb(4,82,118); }

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

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

 a { background-color: rgb(4,82,118); }

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

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

 span { border-color: rgb(4,82,118); }

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