#044DAC

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

Shades of Cobalt #044DAC

Tints of Cobalt #044DAC

Color information

#044DAC (or 0x044DAC) is unknown color: approx Cobalt. HEX triplet: 04, 4D and AC. RGB value is (4,77,172). Sum of RGB (Red+Green+Blue) = 4+77+172=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #044DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAC is #FBB253. Grayscale: #414141. Windows color (decimal): -16495188 or 11291908. OLE color: 11291908.

HSL color Cylindrical-coordinate representation of color #044DAC: hue angle of 213.93º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DAC is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB477172-
CMYK0.980.5500.33
HSL213.93º95.45%34.51%-
HSV(B)213.93º97.67%67.45%-
XYZ10.158.3140.1-
YUV66187.8283.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 172 (67.58% from 255) = 67.98%
R=1.58%
G=30.43%
B=67.98%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4771720.980.5500.33213.9395.4534.51
Hex44DAC6237021d65f23
Octal41152541426704132613743
Binary10010011011010110011000101101110100001110101101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,77,172); }

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

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

 a { background-color: rgb(4,77,172); }

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

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

 span { border-color: rgb(4,77,172); }

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