Shades of Havelock Blue #4A8DCA
Tints of Havelock Blue #4A8DCA
RGB
CMYK
RGB Variations
Color information
#4A8DCA (or 0x4A8DCA) is known color: Havelock Blue. HEX triplet: 4A, 8D and CA. RGB value is (74,141,202). Sum of RGB (Red+Green+Blue) = 74+141+202=417 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.75% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A8DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A8DCA is #B57235. Grayscale: #7F7F7F. Windows color (decimal): -11891254 or 13274442. OLE color: 13274442.
HSL color Cylindrical-coordinate representation of color #4A8DCA: hue angle of 208.59º degrees, saturation: 0.55, 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 #4A8DCA is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 141 | 202 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.21 |
| HSL | 208.59º | 0.55% | 0.54% | - |
| HSV(B) | 208.59º | 0.63% | 0.79% | - |
| XYZ | 23.01 | 24.77 | 59.45 | - |
| YUV | 127.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 202 | 0.63 | 0.30 | 0 | 0.21 | 208.59 | 0.55 | 0.54 |
| Hex | 4A | 8D | CA | 3F | 1E | 0 | 15 | D1 | 37 | 36 |
| Octal | 112 | 215 | 312 | 77 | 36 | 0 | 25 | 321 | 67 | 66 |
| Binary | 1001010 | 10001101 | 11001010 | 111111 | 11110 | 0 | 10101 | 11010001 | 110111 | 110110 |
Color Harmonies of #4A8DCA
Complementary color
Monochromatic Colors of #4A8DCA
Black with #4A8DCA
Text Example
Text Example
White with #4A8DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DCA; }
p { color: rgb(74,141,202); }
H1.HeaderClassName
{
color: #4A8DCA;
}
.AnyTagClassName
{
color: #4A8DCA;
}
</style>
background-color css
<style>
a { background-color: #4A8DCA; }
a { background-color: rgb(74,141,202); }
div.DivClassName
{
background-color: #4A8DCA;
}
.BgClassName
{
background-color: #4A8DCA;
}
</style>
border-color css
<style>
span { border-color: #4A8DCA; }
span { border-color: rgb(74,141,202); }
td.TdClassName
{
border-color: #4A8DCA;
}
.TagClassName
{
border-color: #4A8DCA;
}
</style>