Shades of Havelock Blue #4D74CD
Tints of Havelock Blue #4D74CD
RGB
CMYK
RGB Variations
Color information
#4D74CD (or 0x4D74CD) is known color: Havelock Blue. HEX triplet: 4D, 74 and CD. RGB value is (77,116,205). Sum of RGB (Red+Green+Blue) = 77+116+205=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74CD is #B28B32. Grayscale: #727272. Windows color (decimal): -11701043 or 13464653. OLE color: 13464653.
HSL color Cylindrical-coordinate representation of color #4D74CD: hue angle of 221.72º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D74CD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 116 | 205 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.20 |
| HSL | 221.72º | 0.56% | 0.55% | - |
| HSV(B) | 221.72º | 0.62% | 0.8% | - |
| XYZ | 20.33 | 18.48 | 60.25 | - |
| YUV | 114.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 205 | 0.62 | 0.43 | 0 | 0.20 | 221.72 | 0.56 | 0.55 |
| Hex | 4D | 74 | CD | 3E | 2B | 0 | 14 | DE | 38 | 37 |
| Octal | 115 | 164 | 315 | 76 | 53 | 0 | 24 | 336 | 70 | 67 |
| Binary | 1001101 | 1110100 | 11001101 | 111110 | 101011 | 0 | 10100 | 11011110 | 111000 | 110111 |
Color Harmonies of #4D74CD
Complementary color
Monochromatic Colors of #4D74CD
Black with #4D74CD
Text Example
Text Example
White with #4D74CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74CD; }
p { color: rgb(77,116,205); }
H1.HeaderClassName
{
color: #4D74CD;
}
.AnyTagClassName
{
color: #4D74CD;
}
</style>
background-color css
<style>
a { background-color: #4D74CD; }
a { background-color: rgb(77,116,205); }
div.DivClassName
{
background-color: #4D74CD;
}
.BgClassName
{
background-color: #4D74CD;
}
</style>
border-color css
<style>
span { border-color: #4D74CD; }
span { border-color: rgb(77,116,205); }
td.TdClassName
{
border-color: #4D74CD;
}
.TagClassName
{
border-color: #4D74CD;
}
</style>