Shades of Cobalt #044CC3
Tints of Cobalt #044CC3
RGB
CMYK
RGB Variations
Color information
#044CC3 (or 0x044CC3) is known color: Cobalt. HEX triplet: 04, 4C and C3. RGB value is (4,76,195). Sum of RGB (Red+Green+Blue) = 4+76+195=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 195 (76.56% from 255 or 70.91% from 275); Max value from RGB is 195 - color contains mainly: blue. Hex color #044CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044CC3 is #FBB33C. Grayscale: #434343. Windows color (decimal): -16495421 or 12798980. OLE color: 12798980.
HSL color Cylindrical-coordinate representation of color #044CC3: hue angle of 217.38º 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 #044CC3 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 76 | 195 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.24 |
| HSL | 217.38º | 0.96% | 0.39% | - |
| HSV(B) | 217.38º | 0.98% | 0.76% | - |
| XYZ | 12.48 | 9.13 | 52.73 | - |
| YUV | 68.04 | 199.65 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 195 | 0.98 | 0.61 | 0 | 0.24 | 217.38 | 0.96 | 0.39 |
| Hex | 4 | 4C | C3 | 62 | 3D | 0 | 18 | D9 | 60 | 27 |
| Octal | 4 | 114 | 303 | 142 | 75 | 0 | 30 | 331 | 140 | 47 |
| Binary | 100 | 1001100 | 11000011 | 1100010 | 111101 | 0 | 11000 | 11011001 | 1100000 | 100111 |
Color Harmonies of #044CC3
Complementary color
Monochromatic Colors of #044CC3
Black with #044CC3
Text Example
Text Example
White with #044CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CC3; }
p { color: rgb(4,76,195); }
H1.HeaderClassName
{
color: #044CC3;
}
.AnyTagClassName
{
color: #044CC3;
}
</style>
background-color css
<style>
a { background-color: #044CC3; }
a { background-color: rgb(4,76,195); }
div.DivClassName
{
background-color: #044CC3;
}
.BgClassName
{
background-color: #044CC3;
}
</style>
border-color css
<style>
span { border-color: #044CC3; }
span { border-color: rgb(4,76,195); }
td.TdClassName
{
border-color: #044CC3;
}
.TagClassName
{
border-color: #044CC3;
}
</style>