Shades of Havelock Blue #486FC4
Tints of Havelock Blue #486FC4
RGB
CMYK
RGB Variations
Color information
#486FC4 (or 0x486FC4) is known color: Havelock Blue. HEX triplet: 48, 6F and C4. RGB value is (72,111,196). Sum of RGB (Red+Green+Blue) = 72+111+196=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 196 (76.95% from 255 or 51.72% from 379); Max value from RGB is 196 - color contains mainly: blue. Hex color #486FC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FC4 is #B7903B. Grayscale: #6C6C6C. Windows color (decimal): -12030012 or 12873544. OLE color: 12873544.
HSL color Cylindrical-coordinate representation of color #486FC4: hue angle of 221.13º degrees, saturation: 0.51, 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 #486FC4 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 72 | 111 | 196 | - |
| CMYK | 0.63 | 0.43 | 0 | 0.23 |
| HSL | 221.13º | 0.51% | 0.53% | - |
| HSV(B) | 221.13º | 0.63% | 0.77% | - |
| XYZ | 18.32 | 16.73 | 54.49 | - |
| YUV | 109.03 | 177.08 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 196 | 0.63 | 0.43 | 0 | 0.23 | 221.13 | 0.51 | 0.53 |
| Hex | 48 | 6F | C4 | 3F | 2B | 0 | 17 | DD | 33 | 35 |
| Octal | 110 | 157 | 304 | 77 | 53 | 0 | 27 | 335 | 63 | 65 |
| Binary | 1001000 | 1101111 | 11000100 | 111111 | 101011 | 0 | 10111 | 11011101 | 110011 | 110101 |
Color Harmonies of #486FC4
Complementary color
Monochromatic Colors of #486FC4
Black with #486FC4
Text Example
Text Example
White with #486FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FC4; }
p { color: rgb(72,111,196); }
H1.HeaderClassName
{
color: #486FC4;
}
.AnyTagClassName
{
color: #486FC4;
}
</style>
background-color css
<style>
a { background-color: #486FC4; }
a { background-color: rgb(72,111,196); }
div.DivClassName
{
background-color: #486FC4;
}
.BgClassName
{
background-color: #486FC4;
}
</style>
border-color css
<style>
span { border-color: #486FC4; }
span { border-color: rgb(72,111,196); }
td.TdClassName
{
border-color: #486FC4;
}
.TagClassName
{
border-color: #486FC4;
}
</style>