#04497C

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

Shades of Dark Cerulean #04497C

Tints of Dark Cerulean #04497C

Color information

#04497C (or 0x04497C) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 7C. RGB value is (4,73,124). Sum of RGB (Red+Green+Blue) = 4+73+124=201 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.99% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #04497C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04497C is #FBB683. Grayscale: #393939. Windows color (decimal): -16496260 or 8145156. OLE color: 8145156.

HSL color Cylindrical-coordinate representation of color #04497C: hue angle of 205.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04497C is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB473124-
CMYK0.970.4100.51
HSL205.5º93.75%25.1%-
HSV(B)205.5º96.77%48.63%-
XYZ6.076.2519.95-
YUV58.18165.1489.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.99%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 124 (48.83% from 255) = 61.69%
R=1.99%
G=36.32%
B=61.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4731240.970.4100.51205.593.7525.1
Hex4497C6129033ce5e19
Octal41111741415106331613631
Binary100100100111111001100001101001011001111001110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04497C; }

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

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

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

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

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

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

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

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