#04496E

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

Shades of Dark Cerulean #04496E

Tints of Dark Cerulean #04496E

Color information

#04496E (or 0x04496E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 6E. RGB value is (4,73,110). Sum of RGB (Red+Green+Blue) = 4+73+110=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #04496E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496E is #FBB691. Grayscale: #383838. Windows color (decimal): -16496274 or 7227652. OLE color: 7227652.

HSL color Cylindrical-coordinate representation of color #04496E: hue angle of 200.94º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04496E is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB473110-
CMYK0.960.3400.57
HSL200.94º92.98%22.35%-
HSV(B)200.94º96.36%43.14%-
XYZ5.255.9215.62-
YUV56.59158.1490.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.14%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 110 (43.36% from 255) = 58.82%
R=2.14%
G=39.04%
B=58.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4731100.960.3400.57200.9492.9822.35
Hex4496E6022039c95d16
Octal41111561404207131113526
Binary100100100111011101100000100010011100111001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04496E; }

 p { color: rgb(4,73,110); }

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

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

 a { background-color: rgb(4,73,110); }

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

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

 span { border-color: rgb(4,73,110); }

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