Html Css Color HEX #04468E Dark Cerulean

📋 copy color: '#04468E'

red 4 ◦ green 70 ◦ blue 142

#04468E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #04468E

Tints of Dark Cerulean #04468E

RGB

 RED value IS 4 (1.95% from 255) = 1.85%

 GREEN value IS 70 (27.73% from 255) = 32.41%

 BLUE value IS 142 (55.86% from 255) = 65.74%

R = 1.85%
G = 32.41%
B = 65.74%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#04468E (or 0x04468E) is known color: Dark Cerulean. HEX triplet: 04, 46 and 8E. RGB value is (4,70,142). Sum of RGB (Red+Green+Blue) = 4+70+142=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #04468E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04468E is #FBB971. Grayscale: #3A3A3A. Windows color (decimal): -16497010 or 9324036. OLE color: 9324036.

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

Color convert

RGB 4 70 142 -
CMYK 0.97 0.51 0 0.44
HSL 211.3º 0.95% 0.29% -
HSV(B) 211.3º 0.97% 0.56% -
XYZ 7.12 6.36 26.44 -
YUV 58.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 4 70 142 0.97 0.51 0 0.44 211.3 0.95 0.29
Hex 4 46 8E 61 33 0 2C D3 5F 1D
Octal 4 106 216 141 63 0 54 323 137 35
Binary 100 1000110 10001110 1100001 110011 0 101100 11010011 1011111 11101

Color Harmonies of #04468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04468E

Black with #04468E

Text Example


Text Example

White with #04468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04468E;
 }
 .AnyTagClassName
 {
   color: #04468E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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