#04466B

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

Shades of Dark Cerulean #04466B

Tints of Dark Cerulean #04466B

Color information

#04466B (or 0x04466B) is unknown color: approx Dark Cerulean. HEX triplet: 04, 46 and 6B. RGB value is (4,70,107). Sum of RGB (Red+Green+Blue) = 4+70+107=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 107 (42.19% from 255 or 59.12% from 181); Max value from RGB is 107 - color contains mainly: blue. Hex color #04466B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04466B is #FBB994. Grayscale: #363636. Windows color (decimal): -16497045 or 7030276. OLE color: 7030276.

HSL color Cylindrical-coordinate representation of color #04466B: hue angle of 201.55º 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 #04466B is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB470107-
CMYK0.960.3500.58
HSL201.55º92.79%21.76%-
HSV(B)201.55º96.26%41.96%-
XYZ4.895.4714.71-
YUV54.48157.6391.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.21%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 107 (42.19% from 255) = 59.12%
R=2.21%
G=38.67%
B=59.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4701070.960.3500.58201.5592.7921.76
Hex4466B602303Aca5d16
Octal41061531404307231213526
Binary100100011011010111100000100011011101011001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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