#044AC6

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

Shades of Cobalt #044AC6

Tints of Cobalt #044AC6

Color information

#044AC6 (or 0x044AC6) is unknown color: approx Cobalt. HEX triplet: 04, 4A and C6. RGB value is (4,74,198). Sum of RGB (Red+Green+Blue) = 4+74+198=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 198 (77.73% from 255 or 71.74% from 276); Max value from RGB is 198 - color contains mainly: blue. Hex color #044AC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AC6 is #FBB539. Grayscale: #424242. Windows color (decimal): -16495930 or 12995076. OLE color: 12995076.

HSL color Cylindrical-coordinate representation of color #044AC6: hue angle of 218.35º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044AC6 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB474198-
CMYK0.980.6300.22
HSL218.35º96.04%39.61%-
HSV(B)218.35º97.98%77.65%-
XYZ12.69954.49-
YUV67.21201.8182.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 74 (29.30% from 255) = 26.81%
BLUE value IS 198 (77.73% from 255) = 71.74%
R=1.45%
G=26.81%
B=71.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4741980.980.6300.22218.3596.0439.61
Hex44AC6623F016da6028
Octal41123061427702633214050
Binary1001001010110001101100010111111010110110110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #044AC6; }

 p { color: rgb(4,74,198); }

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

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

 a { background-color: rgb(4,74,198); }

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

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

 span { border-color: rgb(4,74,198); }

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