#044696

Color #044696 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #044696

Tints of Cobalt #044696

Color information

#044696 (or 0x044696) is unknown color: approx Cobalt. HEX triplet: 04, 46 and 96. RGB value is (4,70,150). Sum of RGB (Red+Green+Blue) = 4+70+150=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #044696 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044696 is #FBB969. Grayscale: #3B3B3B. Windows color (decimal): -16497002 or 9848324. OLE color: 9848324.

HSL color Cylindrical-coordinate representation of color #044696: hue angle of 212.88º 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 #044696 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB470150-
CMYK0.970.5300.41
HSL212.88º94.81%30.2%-
HSV(B)212.88º97.33%58.82%-
XYZ7.756.6129.72-
YUV59.39179.1388.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 150 (58.98% from 255) = 66.96%
R=1.79%
G=31.25%
B=66.96%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal4701500.970.5300.41212.8894.8130.2
Hex446966135029d55f1e
Octal41062261416505132513736
Binary1001000110100101101100001110101010100111010101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044696; }

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

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

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

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

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

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

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

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