Shades of Havelock Blue #4A80CE
Tints of Havelock Blue #4A80CE
RGB
CMYK
RGB Variations
Color information
#4A80CE (or 0x4A80CE) is known color: Havelock Blue. HEX triplet: 4A, 80 and CE. RGB value is (74,128,206). Sum of RGB (Red+Green+Blue) = 74+128+206=408 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.14% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A80CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80CE is #B57F31. Grayscale: #787878. Windows color (decimal): -11894578 or 13533258. OLE color: 13533258.
HSL color Cylindrical-coordinate representation of color #4A80CE: hue angle of 215.45º 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 #4A80CE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 74 | 128 | 206 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.19 |
| HSL | 215.45º | 0.57% | 0.55% | - |
| HSV(B) | 215.45º | 0.64% | 0.81% | - |
| XYZ | 21.68 | 21.35 | 61.37 | - |
| YUV | 120.75 | 176.11 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 206 | 0.64 | 0.38 | 0 | 0.19 | 215.45 | 0.57 | 0.55 |
| Hex | 4A | 80 | CE | 40 | 26 | 0 | 13 | D7 | 39 | 37 |
| Octal | 112 | 200 | 316 | 100 | 46 | 0 | 23 | 327 | 71 | 67 |
| Binary | 1001010 | 10000000 | 11001110 | 1000000 | 100110 | 0 | 10011 | 11010111 | 111001 | 110111 |
Color Harmonies of #4A80CE
Complementary color
Monochromatic Colors of #4A80CE
Black with #4A80CE
Text Example
Text Example
White with #4A80CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A80CE; }
p { color: rgb(74,128,206); }
H1.HeaderClassName
{
color: #4A80CE;
}
.AnyTagClassName
{
color: #4A80CE;
}
</style>
background-color css
<style>
a { background-color: #4A80CE; }
a { background-color: rgb(74,128,206); }
div.DivClassName
{
background-color: #4A80CE;
}
.BgClassName
{
background-color: #4A80CE;
}
</style>
border-color css
<style>
span { border-color: #4A80CE; }
span { border-color: rgb(74,128,206); }
td.TdClassName
{
border-color: #4A80CE;
}
.TagClassName
{
border-color: #4A80CE;
}
</style>