Shades of Cobalt #0448B7
Tints of Cobalt #0448B7
RGB
CMYK
RGB Variations
Color information
#0448B7 (or 0x0448B7) is known color: Cobalt. HEX triplet: 04, 48 and B7. RGB value is (4,72,183). Sum of RGB (Red+Green+Blue) = 4+72+183=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 183 (71.88% from 255 or 70.66% from 259); Max value from RGB is 183 - color contains mainly: blue. Hex color #0448B7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0448B7 is #FBB748. Grayscale: #3F3F3F. Windows color (decimal): -16496457 or 12011524. OLE color: 12011524.
HSL color Cylindrical-coordinate representation of color #0448B7: hue angle of 217.21º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0448B7 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 72 | 183 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.28 |
| HSL | 217.21º | 0.96% | 0.37% | - |
| HSV(B) | 217.21º | 0.98% | 0.72% | - |
| XYZ | 10.91 | 8.08 | 45.78 | - |
| YUV | 64.32 | 194.97 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 183 | 0.98 | 0.61 | 0 | 0.28 | 217.21 | 0.96 | 0.37 |
| Hex | 4 | 48 | B7 | 62 | 3D | 0 | 1C | D9 | 60 | 25 |
| Octal | 4 | 110 | 267 | 142 | 75 | 0 | 34 | 331 | 140 | 45 |
| Binary | 100 | 1001000 | 10110111 | 1100010 | 111101 | 0 | 11100 | 11011001 | 1100000 | 100101 |
Color Harmonies of #0448B7
Complementary color
Monochromatic Colors of #0448B7
Black with #0448B7
Text Example
Text Example
White with #0448B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0448B7; }
p { color: rgb(4,72,183); }
H1.HeaderClassName
{
color: #0448B7;
}
.AnyTagClassName
{
color: #0448B7;
}
</style>
background-color css
<style>
a { background-color: #0448B7; }
a { background-color: rgb(4,72,183); }
div.DivClassName
{
background-color: #0448B7;
}
.BgClassName
{
background-color: #0448B7;
}
</style>
border-color css
<style>
span { border-color: #0448B7; }
span { border-color: rgb(4,72,183); }
td.TdClassName
{
border-color: #0448B7;
}
.TagClassName
{
border-color: #0448B7;
}
</style>