Shades of Havelock Blue #4A81CE
Tints of Havelock Blue #4A81CE
RGB
CMYK
RGB Variations
Color information
#4A81CE (or 0x4A81CE) is known color: Havelock Blue. HEX triplet: 4A, 81 and CE. RGB value is (74,129,206). Sum of RGB (Red+Green+Blue) = 74+129+206=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A81CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A81CE is #B57E31. Grayscale: #787878. Windows color (decimal): -11894322 or 13533514. OLE color: 13533514.
HSL color Cylindrical-coordinate representation of color #4A81CE: hue angle of 215º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A81CE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 129 | 206 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.19 |
| HSL | 215º | 0.57% | 0.55% | - |
| HSV(B) | 215º | 0.64% | 0.81% | - |
| XYZ | 21.81 | 21.61 | 61.41 | - |
| YUV | 121.33 | 175.78 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 129 | 206 | 0.64 | 0.37 | 0 | 0.19 | 215 | 0.57 | 0.55 |
| Hex | 4A | 81 | CE | 40 | 25 | 0 | 13 | D7 | 39 | 37 |
| Octal | 112 | 201 | 316 | 100 | 45 | 0 | 23 | 327 | 71 | 67 |
| Binary | 1001010 | 10000001 | 11001110 | 1000000 | 100101 | 0 | 10011 | 11010111 | 111001 | 110111 |
Color Harmonies of #4A81CE
Complementary color
Monochromatic Colors of #4A81CE
Black with #4A81CE
Text Example
Text Example
White with #4A81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A81CE; }
p { color: rgb(74,129,206); }
H1.HeaderClassName
{
color: #4A81CE;
}
.AnyTagClassName
{
color: #4A81CE;
}
</style>
background-color css
<style>
a { background-color: #4A81CE; }
a { background-color: rgb(74,129,206); }
div.DivClassName
{
background-color: #4A81CE;
}
.BgClassName
{
background-color: #4A81CE;
}
</style>
border-color css
<style>
span { border-color: #4A81CE; }
span { border-color: rgb(74,129,206); }
td.TdClassName
{
border-color: #4A81CE;
}
.TagClassName
{
border-color: #4A81CE;
}
</style>