#04427E

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

Shades of Dark Cerulean #04427E

Tints of Dark Cerulean #04427E

Color information

#04427E (or 0x04427E) is unknown color: approx Dark Cerulean. HEX triplet: 04, 42 and 7E. RGB value is (4,66,126). Sum of RGB (Red+Green+Blue) = 4+66+126=196 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.04% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #04427E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04427E is #FBBD81. Grayscale: #363636. Windows color (decimal): -16498050 or 8274436. OLE color: 8274436.

HSL color Cylindrical-coordinate representation of color #04427E: hue angle of 209.51º 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 #04427E is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB466126-
CMYK0.970.4800.51
HSL209.51º93.85%25.49%-
HSV(B)209.51º96.83%49.41%-
XYZ5.765.4320.48-
YUV54.3168.4692.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.04%
GREEN value IS 66 (26.17% from 255) = 33.67%
BLUE value IS 126 (49.61% from 255) = 64.29%
R=2.04%
G=33.67%
B=64.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4661260.970.4800.51209.5193.8525.49
Hex4427E6130033d25e19
Octal41021761416006332213631
Binary100100001011111101100001110000011001111010010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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