Shades of Havelock Blue #4A81CD
Tints of Havelock Blue #4A81CD
RGB
CMYK
RGB Variations
Color information
#4A81CD (or 0x4A81CD) is known color: Havelock Blue. HEX triplet: 4A, 81 and CD. RGB value is (74,129,205). Sum of RGB (Red+Green+Blue) = 74+129+205=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A81CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81CD is #B57E32. Grayscale: #787878. Windows color (decimal): -11894323 or 13467978. OLE color: 13467978.
HSL color Cylindrical-coordinate representation of color #4A81CD: hue angle of 214.81º 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 #4A81CD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 129 | 205 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.20 |
| HSL | 214.81º | 0.57% | 0.55% | - |
| HSV(B) | 214.81º | 0.64% | 0.8% | - |
| XYZ | 21.69 | 21.56 | 60.78 | - |
| YUV | 121.22 | 175.28 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 205 | 0.64 | 0.37 | 0 | 0.20 | 214.81 | 0.57 | 0.55 |
| Hex | 4A | 81 | CD | 40 | 25 | 0 | 14 | D7 | 39 | 37 |
| Octal | 112 | 201 | 315 | 100 | 45 | 0 | 24 | 327 | 71 | 67 |
| Binary | 1001010 | 10000001 | 11001101 | 1000000 | 100101 | 0 | 10100 | 11010111 | 111001 | 110111 |
Color Harmonies of #4A81CD
Complementary color
Monochromatic Colors of #4A81CD
Black with #4A81CD
Text Example
Text Example
White with #4A81CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A81CD; }
p { color: rgb(74,129,205); }
H1.HeaderClassName
{
color: #4A81CD;
}
.AnyTagClassName
{
color: #4A81CD;
}
</style>
background-color css
<style>
a { background-color: #4A81CD; }
a { background-color: rgb(74,129,205); }
div.DivClassName
{
background-color: #4A81CD;
}
.BgClassName
{
background-color: #4A81CD;
}
</style>
border-color css
<style>
span { border-color: #4A81CD; }
span { border-color: rgb(74,129,205); }
td.TdClassName
{
border-color: #4A81CD;
}
.TagClassName
{
border-color: #4A81CD;
}
</style>