Shades of Havelock Blue #486FC5
Tints of Havelock Blue #486FC5
RGB
CMYK
RGB Variations
Color information
#486FC5 (or 0x486FC5) is known color: Havelock Blue. HEX triplet: 48, 6F and C5. RGB value is (72,111,197). Sum of RGB (Red+Green+Blue) = 72+111+197=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #486FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FC5 is #B7903A. Grayscale: #6C6C6C. Windows color (decimal): -12030011 or 12939080. OLE color: 12939080.
HSL color Cylindrical-coordinate representation of color #486FC5: hue angle of 221.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486FC5 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 111 | 197 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.23 |
| HSL | 221.28º | 0.52% | 0.53% | - |
| HSV(B) | 221.28º | 0.63% | 0.77% | - |
| XYZ | 18.43 | 16.78 | 55.09 | - |
| YUV | 109.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 197 | 0.63 | 0.44 | 0 | 0.23 | 221.28 | 0.52 | 0.53 |
| Hex | 48 | 6F | C5 | 3F | 2C | 0 | 17 | DD | 34 | 35 |
| Octal | 110 | 157 | 305 | 77 | 54 | 0 | 27 | 335 | 64 | 65 |
| Binary | 1001000 | 1101111 | 11000101 | 111111 | 101100 | 0 | 10111 | 11011101 | 110100 | 110101 |
Color Harmonies of #486FC5
Complementary color
Monochromatic Colors of #486FC5
Black with #486FC5
Text Example
Text Example
White with #486FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FC5; }
p { color: rgb(72,111,197); }
H1.HeaderClassName
{
color: #486FC5;
}
.AnyTagClassName
{
color: #486FC5;
}
</style>
background-color css
<style>
a { background-color: #486FC5; }
a { background-color: rgb(72,111,197); }
div.DivClassName
{
background-color: #486FC5;
}
.BgClassName
{
background-color: #486FC5;
}
</style>
border-color css
<style>
span { border-color: #486FC5; }
span { border-color: rgb(72,111,197); }
td.TdClassName
{
border-color: #486FC5;
}
.TagClassName
{
border-color: #486FC5;
}
</style>