Html Css Color HEX #044796 Cobalt

📋 copy color: '#044796'

red 4 ◦ green 71 ◦ blue 150

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

Shades of Cobalt #044796

Tints of Cobalt #044796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.56%

 BLUE value IS 150 (58.98% from 255) = 66.67%

R = 1.78%
G = 31.56%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#044796 (or 0x044796) is known color: Cobalt. HEX triplet: 04, 47 and 96. RGB value is (4,71,150). Sum of RGB (Red+Green+Blue) = 4+71+150=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 71 (28.12% from 255 or 31.56% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #044796 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044796 is #FBB869. Grayscale: #3B3B3B. Windows color (decimal): -16496746 or 9848580. OLE color: 9848580.

HSL color Cylindrical-coordinate representation of color #044796: hue angle of 212.47º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #044796 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 71 150 -
CMYK 0.97 0.53 0 0.41
HSL 212.47º 0.95% 0.3% -
HSV(B) 212.47º 0.97% 0.59% -
XYZ 7.81 6.73 29.74 -
YUV 59.97 178.8 88.08 -
System Red Green Blue C M Y K H S L
Decimal 4 71 150 0.97 0.53 0 0.41 212.47 0.95 0.3
Hex 4 47 96 61 35 0 29 D4 5F 1E
Octal 4 107 226 141 65 0 51 324 137 36
Binary 100 1000111 10010110 1100001 110101 0 101001 11010100 1011111 11110

Color Harmonies of #044796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #044796

Black with #044796

Text Example


Text Example

White with #044796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #044796; }

 p { color: rgb(4,71,150); }

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

background-color css

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

 a { background-color: rgb(4,71,150); }

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

border-color css

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

 span { border-color: rgb(4,71,150); }

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