#04427C

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

Shades of Dark Cerulean #04427C

Tints of Dark Cerulean #04427C

Color information

#04427C (or 0x04427C) is unknown color: approx Dark Cerulean. HEX triplet: 04, 42 and 7C. RGB value is (4,66,124). Sum of RGB (Red+Green+Blue) = 4+66+124=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 124 (48.83% from 255 or 63.92% from 194); Max value from RGB is 124 - color contains mainly: blue. Hex color #04427C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04427C is #FBBD83. Grayscale: #353535. Windows color (decimal): -16498052 or 8143364. OLE color: 8143364.

HSL color Cylindrical-coordinate representation of color #04427C: hue angle of 209º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04427C is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB466124-
CMYK0.970.4700.51
HSL209º93.75%25.1%-
HSV(B)209º96.77%48.63%-
XYZ5.645.3819.81-
YUV54.07167.4692.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 124 (48.83% from 255) = 63.92%
R=2.06%
G=34.02%
B=63.92%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4661240.970.4700.5120993.7525.1
Hex4427C612F033d15e19
Octal41021741415706332113631
Binary100100001011111001100001101111011001111010001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04427C; }

 p { color: rgb(4,66,124); }

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

<style>
 a { background-color: #04427C; }

 a { background-color: rgb(4,66,124); }

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

<style>
 span { border-color: #04427C; }

 span { border-color: rgb(4,66,124); }

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