Shades of Cobalt #044DC3
Tints of Cobalt #044DC3
RGB
CMYK
RGB Variations
Color information
#044DC3 (or 0x044DC3) is known color: Cobalt. HEX triplet: 04, 4D and C3. RGB value is (4,77,195). Sum of RGB (Red+Green+Blue) = 4+77+195=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #044DC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DC3 is #FBB23C. Grayscale: #444444. Windows color (decimal): -16495165 or 12799236. OLE color: 12799236.
HSL color Cylindrical-coordinate representation of color #044DC3: hue angle of 217.07º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DC3 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 77 | 195 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.24 |
| HSL | 217.07º | 0.96% | 0.39% | - |
| HSV(B) | 217.07º | 0.98% | 0.76% | - |
| XYZ | 12.55 | 9.27 | 52.76 | - |
| YUV | 68.63 | 199.32 | 81.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 195 | 0.98 | 0.61 | 0 | 0.24 | 217.07 | 0.96 | 0.39 |
| Hex | 4 | 4D | C3 | 62 | 3D | 0 | 18 | D9 | 60 | 27 |
| Octal | 4 | 115 | 303 | 142 | 75 | 0 | 30 | 331 | 140 | 47 |
| Binary | 100 | 1001101 | 11000011 | 1100010 | 111101 | 0 | 11000 | 11011001 | 1100000 | 100111 |
Color Harmonies of #044DC3
Complementary color
Monochromatic Colors of #044DC3
Black with #044DC3
Text Example
Text Example
White with #044DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DC3; }
p { color: rgb(4,77,195); }
H1.HeaderClassName
{
color: #044DC3;
}
.AnyTagClassName
{
color: #044DC3;
}
</style>
background-color css
<style>
a { background-color: #044DC3; }
a { background-color: rgb(4,77,195); }
div.DivClassName
{
background-color: #044DC3;
}
.BgClassName
{
background-color: #044DC3;
}
</style>
border-color css
<style>
span { border-color: #044DC3; }
span { border-color: rgb(4,77,195); }
td.TdClassName
{
border-color: #044DC3;
}
.TagClassName
{
border-color: #044DC3;
}
</style>