Shades of Havelock Blue #4A80CD
Tints of Havelock Blue #4A80CD
RGB
CMYK
RGB Variations
Color information
#4A80CD (or 0x4A80CD) is known color: Havelock Blue. HEX triplet: 4A, 80 and CD. RGB value is (74,128,205). Sum of RGB (Red+Green+Blue) = 74+128+205=407 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.18% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A80CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80CD is #B57F32. Grayscale: #787878. Windows color (decimal): -11894579 or 13467722. OLE color: 13467722.
HSL color Cylindrical-coordinate representation of color #4A80CD: hue angle of 215.27º 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 #4A80CD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 128 | 205 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.20 |
| HSL | 215.27º | 0.57% | 0.55% | - |
| HSV(B) | 215.27º | 0.64% | 0.8% | - |
| XYZ | 21.56 | 21.3 | 60.73 | - |
| YUV | 120.63 | 175.61 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 128 | 205 | 0.64 | 0.38 | 0 | 0.20 | 215.27 | 0.57 | 0.55 |
| Hex | 4A | 80 | CD | 40 | 26 | 0 | 14 | D7 | 39 | 37 |
| Octal | 112 | 200 | 315 | 100 | 46 | 0 | 24 | 327 | 71 | 67 |
| Binary | 1001010 | 10000000 | 11001101 | 1000000 | 100110 | 0 | 10100 | 11010111 | 111001 | 110111 |
Color Harmonies of #4A80CD
Complementary color
Monochromatic Colors of #4A80CD
Black with #4A80CD
Text Example
Text Example
White with #4A80CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A80CD; }
p { color: rgb(74,128,205); }
H1.HeaderClassName
{
color: #4A80CD;
}
.AnyTagClassName
{
color: #4A80CD;
}
</style>
background-color css
<style>
a { background-color: #4A80CD; }
a { background-color: rgb(74,128,205); }
div.DivClassName
{
background-color: #4A80CD;
}
.BgClassName
{
background-color: #4A80CD;
}
</style>
border-color css
<style>
span { border-color: #4A80CD; }
span { border-color: rgb(74,128,205); }
td.TdClassName
{
border-color: #4A80CD;
}
.TagClassName
{
border-color: #4A80CD;
}
</style>