Html Css Color HEX #0449AB Cobalt

📋 copy color: '#0449AB'

red 4 ◦ green 73 ◦ blue 171

#0449AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0449AB

Tints of Cobalt #0449AB

RGB

 RED value IS 4 (1.95% from 255) = 1.61%

 GREEN value IS 73 (28.91% from 255) = 29.44%

 BLUE value IS 171 (67.19% from 255) = 68.95%

R = 1.61%
G = 29.44%
B = 68.95%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0449AB (or 0x0449AB) is known color: Cobalt. HEX triplet: 04, 49 and AB. RGB value is (4,73,171). Sum of RGB (Red+Green+Blue) = 4+73+171=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #0449AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0449AB is #FBB654. Grayscale: #3F3F3F. Windows color (decimal): -16496213 or 11225348. OLE color: 11225348.

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

Color convert

RGB 4 73 171 -
CMYK 0.98 0.57 0 0.33
HSL 215.21º 0.95% 0.34% -
HSV(B) 215.21º 0.98% 0.67% -
XYZ 9.78 7.73 39.5 -
YUV 63.54 188.64 85.53 -
System Red Green Blue C M Y K H S L
Decimal 4 73 171 0.98 0.57 0 0.33 215.21 0.95 0.34
Hex 4 49 AB 62 39 0 21 D7 5F 22
Octal 4 111 253 142 71 0 41 327 137 42
Binary 100 1001001 10101011 1100010 111001 0 100001 11010111 1011111 100010

Color Harmonies of #0449AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449AB

Black with #0449AB

Text Example


Text Example

White with #0449AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0449AB;
 }
 .AnyTagClassName
 {
   color: #0449AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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