Shades of Havelock Blue #4A86CD
Tints of Havelock Blue #4A86CD
RGB
CMYK
RGB Variations
Color information
#4A86CD (or 0x4A86CD) is known color: Havelock Blue. HEX triplet: 4A, 86 and CD. RGB value is (74,134,205). Sum of RGB (Red+Green+Blue) = 74+134+205=413 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.92% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A86CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A86CD is #B57932. Grayscale: #7B7B7B. Windows color (decimal): -11893043 or 13469258. OLE color: 13469258.
HSL color Cylindrical-coordinate representation of color #4A86CD: hue angle of 212.52º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A86CD is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 134 | 205 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.20 |
| HSL | 212.52º | 0.57% | 0.55% | - |
| HSV(B) | 212.52º | 0.64% | 0.8% | - |
| XYZ | 22.37 | 22.91 | 61 | - |
| YUV | 124.15 | 173.62 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 134 | 205 | 0.64 | 0.35 | 0 | 0.20 | 212.52 | 0.57 | 0.55 |
| Hex | 4A | 86 | CD | 40 | 23 | 0 | 14 | D5 | 39 | 37 |
| Octal | 112 | 206 | 315 | 100 | 43 | 0 | 24 | 325 | 71 | 67 |
| Binary | 1001010 | 10000110 | 11001101 | 1000000 | 100011 | 0 | 10100 | 11010101 | 111001 | 110111 |
Color Harmonies of #4A86CD
Complementary color
Monochromatic Colors of #4A86CD
Black with #4A86CD
Text Example
Text Example
White with #4A86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A86CD; }
p { color: rgb(74,134,205); }
H1.HeaderClassName
{
color: #4A86CD;
}
.AnyTagClassName
{
color: #4A86CD;
}
</style>
background-color css
<style>
a { background-color: #4A86CD; }
a { background-color: rgb(74,134,205); }
div.DivClassName
{
background-color: #4A86CD;
}
.BgClassName
{
background-color: #4A86CD;
}
</style>
border-color css
<style>
span { border-color: #4A86CD; }
span { border-color: rgb(74,134,205); }
td.TdClassName
{
border-color: #4A86CD;
}
.TagClassName
{
border-color: #4A86CD;
}
</style>