#0449AF

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

Shades of Cobalt #0449AF

Tints of Cobalt #0449AF

Color information

#0449AF (or 0x0449AF) is unknown color: approx Cobalt. HEX triplet: 04, 49 and AF. RGB value is (4,73,175). Sum of RGB (Red+Green+Blue) = 4+73+175=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 175 (68.75% from 255 or 69.44% from 252); Max value from RGB is 175 - color contains mainly: blue. Hex color #0449AF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0449AF is #FBB650. Grayscale: #3F3F3F. Windows color (decimal): -16496209 or 11487492. OLE color: 11487492.

HSL color Cylindrical-coordinate representation of color #0449AF: hue angle of 215.79º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449AF is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB473175-
CMYK0.980.5800.31
HSL215.79º95.53%35.1%-
HSV(B)215.79º97.71%68.63%-
XYZ10.177.8941.54-
YUV64190.6485.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 175 (68.75% from 255) = 69.44%
R=1.59%
G=28.97%
B=69.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4731750.980.5800.31215.7995.5335.1
Hex449AF623A01Fd86023
Octal41112571427203733014043
Binary1001001001101011111100010111010011111110110001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0449AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0449AF; }

 p { color: rgb(4,73,175); }

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

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

 a { background-color: rgb(4,73,175); }

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

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

 span { border-color: rgb(4,73,175); }

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