Shades of Havelock Blue #486FC1
Tints of Havelock Blue #486FC1
RGB
CMYK
RGB Variations
Color information
#486FC1 (or 0x486FC1) is known color: Havelock Blue. HEX triplet: 48, 6F and C1. RGB value is (72,111,193). Sum of RGB (Red+Green+Blue) = 72+111+193=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #486FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FC1 is #B7903E. Grayscale: #6C6C6C. Windows color (decimal): -12030015 or 12676936. OLE color: 12676936.
HSL color Cylindrical-coordinate representation of color #486FC1: hue angle of 220.66º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486FC1 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 72 | 111 | 193 | - |
| CMYK | 0.63 | 0.42 | 0 | 0.24 |
| HSL | 220.66º | 0.49% | 0.52% | - |
| HSV(B) | 220.66º | 0.63% | 0.76% | - |
| XYZ | 17.98 | 16.6 | 52.71 | - |
| YUV | 108.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 111 | 193 | 0.63 | 0.42 | 0 | 0.24 | 220.66 | 0.49 | 0.52 |
| Hex | 48 | 6F | C1 | 3F | 2A | 0 | 18 | DD | 31 | 34 |
| Octal | 110 | 157 | 301 | 77 | 52 | 0 | 30 | 335 | 61 | 64 |
| Binary | 1001000 | 1101111 | 11000001 | 111111 | 101010 | 0 | 11000 | 11011101 | 110001 | 110100 |
Color Harmonies of #486FC1
Complementary color
Monochromatic Colors of #486FC1
Black with #486FC1
Text Example
Text Example
White with #486FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #486FC1; }
p { color: rgb(72,111,193); }
H1.HeaderClassName
{
color: #486FC1;
}
.AnyTagClassName
{
color: #486FC1;
}
</style>
background-color css
<style>
a { background-color: #486FC1; }
a { background-color: rgb(72,111,193); }
div.DivClassName
{
background-color: #486FC1;
}
.BgClassName
{
background-color: #486FC1;
}
</style>
border-color css
<style>
span { border-color: #486FC1; }
span { border-color: rgb(72,111,193); }
td.TdClassName
{
border-color: #486FC1;
}
.TagClassName
{
border-color: #486FC1;
}
</style>