#044FA7

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

Shades of Cobalt #044FA7

Tints of Cobalt #044FA7

Color information

#044FA7 (or 0x044FA7) is unknown color: approx Cobalt. HEX triplet: 04, 4F and A7. RGB value is (4,79,167). Sum of RGB (Red+Green+Blue) = 4+79+167=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 167 (65.62% from 255 or 66.8% from 250); Max value from RGB is 167 - color contains mainly: blue. Hex color #044FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044FA7 is #FBB058. Grayscale: #424242. Windows color (decimal): -16494681 or 10964740. OLE color: 10964740.

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

Color convert

RGB479167-
CMYK0.980.5300.35
HSL212.39º95.32%33.53%-
HSV(B)212.39º97.6%65.49%-
XYZ9.828.4137.66-
YUV66.61184.6583.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.6%
GREEN value IS 79 (31.25% from 255) = 31.6%
BLUE value IS 167 (65.62% from 255) = 66.8%
R=1.6%
G=31.6%
B=66.8%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal4791670.980.5300.35212.3995.3233.53
Hex44FA76235023d45f22
Octal41172471426504332413742
Binary10010011111010011111000101101010100011110101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #044FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,79,167); }

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

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

 a { background-color: rgb(4,79,167); }

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

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

 span { border-color: rgb(4,79,167); }

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