#04496A

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

Shades of Dark Cerulean #04496A

Tints of Dark Cerulean #04496A

Color information

#04496A (or 0x04496A) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 6A. RGB value is (4,73,106). Sum of RGB (Red+Green+Blue) = 4+73+106=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #04496A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04496A is #FBB695. Grayscale: #373737. Windows color (decimal): -16496278 or 6965508. OLE color: 6965508.

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

Color convert

RGB473106-
CMYK0.960.3100.58
HSL199.41º92.73%21.57%-
HSV(B)199.41º96.23%41.57%-
XYZ5.035.8314.5-
YUV56.13156.1490.82-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 106 (41.80% from 255) = 57.92%
R=2.19%
G=39.89%
B=57.92%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4731060.960.3100.58199.4192.7321.57
Hex4496A601F03Ac75d16
Octal41111521403707230713526
Binary10010010011101010110000011111011101011000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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