Shades of Havelock Blue #4D8ACB
Tints of Havelock Blue #4D8ACB
RGB
CMYK
RGB Variations
Color information
#4D8ACB (or 0x4D8ACB) is known color: Havelock Blue. HEX triplet: 4D, 8A and CB. RGB value is (77,138,203). Sum of RGB (Red+Green+Blue) = 77+138+203=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ACB is #B27534. Grayscale: #7E7E7E. Windows color (decimal): -11695413 or 13339213. OLE color: 13339213.
HSL color Cylindrical-coordinate representation of color #4D8ACB: hue angle of 210.95º 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 #4D8ACB is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 138 | 203 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.20 |
| HSL | 210.95º | 0.55% | 0.55% | - |
| HSV(B) | 210.95º | 0.62% | 0.8% | - |
| XYZ | 22.93 | 24.07 | 59.94 | - |
| YUV | 127.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 203 | 0.62 | 0.32 | 0 | 0.20 | 210.95 | 0.55 | 0.55 |
| Hex | 4D | 8A | CB | 3E | 20 | 0 | 14 | D3 | 37 | 37 |
| Octal | 115 | 212 | 313 | 76 | 40 | 0 | 24 | 323 | 67 | 67 |
| Binary | 1001101 | 10001010 | 11001011 | 111110 | 100000 | 0 | 10100 | 11010011 | 110111 | 110111 |
Color Harmonies of #4D8ACB
Complementary color
Monochromatic Colors of #4D8ACB
Black with #4D8ACB
Text Example
Text Example
White with #4D8ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ACB; }
p { color: rgb(77,138,203); }
H1.HeaderClassName
{
color: #4D8ACB;
}
.AnyTagClassName
{
color: #4D8ACB;
}
</style>
background-color css
<style>
a { background-color: #4D8ACB; }
a { background-color: rgb(77,138,203); }
div.DivClassName
{
background-color: #4D8ACB;
}
.BgClassName
{
background-color: #4D8ACB;
}
</style>
border-color css
<style>
span { border-color: #4D8ACB; }
span { border-color: rgb(77,138,203); }
td.TdClassName
{
border-color: #4D8ACB;
}
.TagClassName
{
border-color: #4D8ACB;
}
</style>