#04497F

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

Shades of Dark Cerulean #04497F

Tints of Dark Cerulean #04497F

Color information

#04497F (or 0x04497F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 49 and 7F. RGB value is (4,73,127). Sum of RGB (Red+Green+Blue) = 4+73+127=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #04497F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04497F is #FBB680. Grayscale: #3A3A3A. Windows color (decimal): -16496257 or 8341764. OLE color: 8341764.

HSL color Cylindrical-coordinate representation of color #04497F: hue angle of 206.34º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04497F is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB473127-
CMYK0.970.4300.50
HSL206.34º93.89%25.69%-
HSV(B)206.34º96.85%49.8%-
XYZ6.266.3220.97-
YUV58.52166.6489.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.96%
GREEN value IS 73 (28.91% from 255) = 35.78%
BLUE value IS 127 (50% from 255) = 62.25%
R=1.96%
G=35.78%
B=62.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4731270.970.4300.50206.3493.8925.69
Hex4497F612B032ce5e1a
Octal41111771415306231613632
Binary100100100111111111100001101011011001011001110101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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