Html Css Color HEX #0449BB Cobalt

📋 copy color: '#0449BB'

red 4 ◦ green 73 ◦ blue 187

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

Shades of Cobalt #0449BB

Tints of Cobalt #0449BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 70.83%

R = 1.52%
G = 27.65%
B = 70.83%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0449BB (or 0x0449BB) is known color: Cobalt. HEX triplet: 04, 49 and BB. RGB value is (4,73,187). Sum of RGB (Red+Green+Blue) = 4+73+187=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 187 (73.44% from 255 or 70.83% from 264); Max value from RGB is 187 - color contains mainly: blue. Hex color #0449BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449BB is #FBB644. Grayscale: #404040. Windows color (decimal): -16496197 or 12273924. OLE color: 12273924.

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

Color convert

RGB 4 73 187 -
CMYK 0.98 0.61 0 0.27
HSL 217.38º 0.96% 0.37% -
HSV(B) 217.38º 0.98% 0.73% -
XYZ 11.4 8.38 48.03 -
YUV 65.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 4 73 187 0.98 0.61 0 0.27 217.38 0.96 0.37
Hex 4 49 BB 62 3D 0 1B D9 60 25
Octal 4 111 273 142 75 0 33 331 140 45
Binary 100 1001001 10111011 1100010 111101 0 11011 11011001 1100000 100101

Color Harmonies of #0449BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449BB

Black with #0449BB

Text Example


Text Example

White with #0449BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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