Html Css Color HEX #0449CA Cobalt

📋 copy color: '#0449CA'

red 4 ◦ green 73 ◦ blue 202

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

Shades of Cobalt #0449CA

Tints of Cobalt #0449CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.4%

R = 1.43%
G = 26.16%
B = 72.4%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0449CA (or 0x0449CA) is known color: Cobalt. HEX triplet: 04, 49 and CA. RGB value is (4,73,202). Sum of RGB (Red+Green+Blue) = 4+73+202=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 202 (79.30% from 255 or 72.40% from 279); Max value from RGB is 202 - color contains mainly: blue. Hex color #0449CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0449CA is #FBB635. Grayscale: #424242. Windows color (decimal): -16496182 or 13256964. OLE color: 13256964.

HSL color Cylindrical-coordinate representation of color #0449CA: hue angle of 219.09º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0449CA is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 4 73 202 -
CMYK 0.98 0.64 0 0.21
HSL 219.09º 0.96% 0.4% -
HSV(B) 219.09º 0.98% 0.79% -
XYZ 13.09 9.06 56.93 -
YUV 67.08 204.14 83.01 -
System Red Green Blue C M Y K H S L
Decimal 4 73 202 0.98 0.64 0 0.21 219.09 0.96 0.4
Hex 4 49 CA 62 40 0 15 DB 60 28
Octal 4 111 312 142 100 0 25 333 140 50
Binary 100 1001001 11001010 1100010 1000000 0 10101 11011011 1100000 101000

Color Harmonies of #0449CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0449CA

Black with #0449CA

Text Example


Text Example

White with #0449CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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