Html Css Color HEX #0449BD Cobalt

📋 copy color: '#0449BD'

red 4 ◦ green 73 ◦ blue 189

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

Shades of Cobalt #0449BD

Tints of Cobalt #0449BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 71.05%

R = 1.5%
G = 27.44%
B = 71.05%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0449BD (or 0x0449BD) is known color: Cobalt. HEX triplet: 04, 49 and BD. RGB value is (4,73,189). Sum of RGB (Red+Green+Blue) = 4+73+189=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 189 (74.22% from 255 or 71.05% from 266); Max value from RGB is 189 - color contains mainly: blue. Hex color #0449BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449BD is #FBB642. Grayscale: #414141. Windows color (decimal): -16496195 or 12404996. OLE color: 12404996.

HSL color Cylindrical-coordinate representation of color #0449BD: hue angle of 217.62º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449BD is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 4 73 189 -
CMYK 0.98 0.61 0 0.26
HSL 217.62º 0.96% 0.38% -
HSV(B) 217.62º 0.98% 0.74% -
XYZ 11.62 8.47 49.17 -
YUV 65.59 197.64 84.07 -
System Red Green Blue C M Y K H S L
Decimal 4 73 189 0.98 0.61 0 0.26 217.62 0.96 0.38
Hex 4 49 BD 62 3D 0 1A DA 60 26
Octal 4 111 275 142 75 0 32 332 140 46
Binary 100 1001001 10111101 1100010 111101 0 11010 11011010 1100000 100110

Color Harmonies of #0449BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449BD

Black with #0449BD

Text Example


Text Example

White with #0449BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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