#04446F

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

Shades of Dark Cerulean #04446F

Tints of Dark Cerulean #04446F

Color information

#04446F (or 0x04446F) is unknown color: approx Dark Cerulean. HEX triplet: 04, 44 and 6F. RGB value is (4,68,111). Sum of RGB (Red+Green+Blue) = 4+68+111=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 111 (43.75% from 255 or 60.66% from 183); Max value from RGB is 111 - color contains mainly: blue. Hex color #04446F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04446F is #FBBB90. Grayscale: #353535. Windows color (decimal): -16497553 or 7291908. OLE color: 7291908.

HSL color Cylindrical-coordinate representation of color #04446F: hue angle of 204.11º 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 #04446F is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB468111-
CMYK0.960.3900.56
HSL204.11º93.04%22.55%-
HSV(B)204.11º96.4%43.53%-
XYZ4.995.3115.8-
YUV53.77160.392.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.19%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 111 (43.75% from 255) = 60.66%
R=2.19%
G=37.16%
B=60.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4681110.960.3900.56204.1193.0422.55
Hex4446F6027038cc5d17
Octal41041571404707031413527
Binary100100010011011111100000100111011100011001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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