Html Css Color HEX #04469E Cobalt

📋 copy color: '#04469E'

red 4 ◦ green 70 ◦ blue 158

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

Shades of Cobalt #04469E

Tints of Cobalt #04469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.1%

R = 1.72%
G = 30.17%
B = 68.1%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#04469E (or 0x04469E) is known color: Cobalt. HEX triplet: 04, 46 and 9E. RGB value is (4,70,158). Sum of RGB (Red+Green+Blue) = 4+70+158=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #04469E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04469E is #FBB961. Grayscale: #3B3B3B. Windows color (decimal): -16496994 or 10372612. OLE color: 10372612.

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

Color convert

RGB 4 70 158 -
CMYK 0.97 0.56 0 0.38
HSL 214.29º 0.95% 0.32% -
HSV(B) 214.29º 0.97% 0.62% -
XYZ 8.41 6.87 33.23 -
YUV 60.3 183.13 87.84 -
System Red Green Blue C M Y K H S L
Decimal 4 70 158 0.97 0.56 0 0.38 214.29 0.95 0.32
Hex 4 46 9E 61 38 0 26 D6 5F 20
Octal 4 106 236 141 70 0 46 326 137 40
Binary 100 1000110 10011110 1100001 111000 0 100110 11010110 1011111 100000

Color Harmonies of #04469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04469E

Black with #04469E

Text Example


Text Example

White with #04469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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