Shades of Havelock Blue #4D74CB
Tints of Havelock Blue #4D74CB
RGB
CMYK
RGB Variations
Color information
#4D74CB (or 0x4D74CB) is known color: Havelock Blue. HEX triplet: 4D, 74 and CB. RGB value is (77,116,203). Sum of RGB (Red+Green+Blue) = 77+116+203=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D74CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D74CB is #B28B34. Grayscale: #717171. Windows color (decimal): -11701045 or 13333581. OLE color: 13333581.
HSL color Cylindrical-coordinate representation of color #4D74CB: hue angle of 221.43º degrees, saturation: 0.55, 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 #4D74CB is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 116 | 203 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.20 |
| HSL | 221.43º | 0.55% | 0.55% | - |
| HSV(B) | 221.43º | 0.62% | 0.8% | - |
| XYZ | 20.09 | 18.38 | 58.99 | - |
| YUV | 114.26 | 178.08 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 203 | 0.62 | 0.43 | 0 | 0.20 | 221.43 | 0.55 | 0.55 |
| Hex | 4D | 74 | CB | 3E | 2B | 0 | 14 | DD | 37 | 37 |
| Octal | 115 | 164 | 313 | 76 | 53 | 0 | 24 | 335 | 67 | 67 |
| Binary | 1001101 | 1110100 | 11001011 | 111110 | 101011 | 0 | 10100 | 11011101 | 110111 | 110111 |
Color Harmonies of #4D74CB
Complementary color
Monochromatic Colors of #4D74CB
Black with #4D74CB
Text Example
Text Example
White with #4D74CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74CB; }
p { color: rgb(77,116,203); }
H1.HeaderClassName
{
color: #4D74CB;
}
.AnyTagClassName
{
color: #4D74CB;
}
</style>
background-color css
<style>
a { background-color: #4D74CB; }
a { background-color: rgb(77,116,203); }
div.DivClassName
{
background-color: #4D74CB;
}
.BgClassName
{
background-color: #4D74CB;
}
</style>
border-color css
<style>
span { border-color: #4D74CB; }
span { border-color: rgb(77,116,203); }
td.TdClassName
{
border-color: #4D74CB;
}
.TagClassName
{
border-color: #4D74CB;
}
</style>