#04466F

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

Shades of Dark Cerulean #04466F

Tints of Dark Cerulean #04466F

Color information

#04466F (or 0x04466F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 46 and 6F. RGB value is (4,70,111). Sum of RGB (Red+Green+Blue) = 4+70+111=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #04466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04466F is #FBB990. Grayscale: #363636. Windows color (decimal): -16497041 or 7292420. OLE color: 7292420.

HSL color Cylindrical-coordinate representation of color #04466F: hue angle of 202.99º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04466F is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB470111-
CMYK0.960.3700.56
HSL202.99º93.04%22.55%-
HSV(B)202.99º96.4%43.53%-
XYZ5.115.5515.84-
YUV54.94159.6391.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.16%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 111 (43.75% from 255) = 60%
R=2.16%
G=37.84%
B=60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4701110.960.3700.56202.9993.0422.55
Hex4466F6025038cb5d17
Octal41061571404507031313527
Binary100100011011011111100000100101011100011001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,70,111); }

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

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

 a { background-color: rgb(4,70,111); }

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

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

 span { border-color: rgb(4,70,111); }

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