Shades of Havelock Blue #4A86C9
Tints of Havelock Blue #4A86C9
RGB
CMYK
RGB Variations
Color information
#4A86C9 (or 0x4A86C9) is known color: Havelock Blue. HEX triplet: 4A, 86 and C9. RGB value is (74,134,201). Sum of RGB (Red+Green+Blue) = 74+134+201=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 201 (78.91% from 255 or 49.14% from 409); Max value from RGB is 201 - color contains mainly: blue. Hex color #4A86C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A86C9 is #B57936. Grayscale: #7B7B7B. Windows color (decimal): -11893047 or 13207114. OLE color: 13207114.
HSL color Cylindrical-coordinate representation of color #4A86C9: hue angle of 211.65º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A86C9 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 134 | 201 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.21 |
| HSL | 211.65º | 0.54% | 0.54% | - |
| HSV(B) | 211.65º | 0.63% | 0.79% | - |
| XYZ | 21.89 | 22.72 | 58.49 | - |
| YUV | 123.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 201 | 0.63 | 0.33 | 0 | 0.21 | 211.65 | 0.54 | 0.54 |
| Hex | 4A | 86 | C9 | 3F | 21 | 0 | 15 | D4 | 36 | 36 |
| Octal | 112 | 206 | 311 | 77 | 41 | 0 | 25 | 324 | 66 | 66 |
| Binary | 1001010 | 10000110 | 11001001 | 111111 | 100001 | 0 | 10101 | 11010100 | 110110 | 110110 |
Color Harmonies of #4A86C9
Complementary color
Monochromatic Colors of #4A86C9
Black with #4A86C9
Text Example
Text Example
White with #4A86C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A86C9; }
p { color: rgb(74,134,201); }
H1.HeaderClassName
{
color: #4A86C9;
}
.AnyTagClassName
{
color: #4A86C9;
}
</style>
background-color css
<style>
a { background-color: #4A86C9; }
a { background-color: rgb(74,134,201); }
div.DivClassName
{
background-color: #4A86C9;
}
.BgClassName
{
background-color: #4A86C9;
}
</style>
border-color css
<style>
span { border-color: #4A86C9; }
span { border-color: rgb(74,134,201); }
td.TdClassName
{
border-color: #4A86C9;
}
.TagClassName
{
border-color: #4A86C9;
}
</style>