#04488E

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

Shades of Dark Cerulean #04488E

Tints of Dark Cerulean #04488E

Color information

#04488E (or 0x04488E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 48 and 8E. RGB value is (4,72,142). Sum of RGB (Red+Green+Blue) = 4+72+142=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #04488E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04488E is #FBB771. Grayscale: #3B3B3B. Windows color (decimal): -16496498 or 9324548. OLE color: 9324548.

HSL color Cylindrical-coordinate representation of color #04488E: hue angle of 210.43º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04488E is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB472142-
CMYK0.970.4900.44
HSL210.43º94.52%28.63%-
HSV(B)210.43º97.18%55.69%-
XYZ7.256.6126.49-
YUV59.65174.4788.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 72 (28.52% from 255) = 33.03%
BLUE value IS 142 (55.86% from 255) = 65.14%
R=1.83%
G=33.03%
B=65.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4721420.970.4900.44210.4394.5228.63
Hex4488E613102Cd25f1d
Octal41102161416105432213735
Binary1001001000100011101100001110001010110011010010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04488E; }

 p { color: rgb(4,72,142); }

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

<style>
 a { background-color: #04488E; }

 a { background-color: rgb(4,72,142); }

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

<style>
 span { border-color: #04488E; }

 span { border-color: rgb(4,72,142); }

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