Shades of Havelock Blue #4D8ADC
Tints of Havelock Blue #4D8ADC
RGB
CMYK
RGB Variations
Color information
#4D8ADC (or 0x4D8ADC) is known color: Havelock Blue. HEX triplet: 4D, 8A and DC. RGB value is (77,138,220). Sum of RGB (Red+Green+Blue) = 77+138+220=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8ADC is #B27523. Grayscale: #808080. Windows color (decimal): -11695396 or 14453325. OLE color: 14453325.
HSL color Cylindrical-coordinate representation of color #4D8ADC: hue angle of 214.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D8ADC is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 138 | 220 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.14 |
| HSL | 214.41º | 0.67% | 0.58% | - |
| HSV(B) | 214.41º | 0.65% | 0.86% | - |
| XYZ | 25.07 | 24.92 | 71.2 | - |
| YUV | 129.11 | 179.29 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 220 | 0.65 | 0.37 | 0 | 0.14 | 214.41 | 0.67 | 0.58 |
| Hex | 4D | 8A | DC | 41 | 25 | 0 | E | D6 | 43 | 3A |
| Octal | 115 | 212 | 334 | 101 | 45 | 0 | 16 | 326 | 103 | 72 |
| Binary | 1001101 | 10001010 | 11011100 | 1000001 | 100101 | 0 | 1110 | 11010110 | 1000011 | 111010 |
Color Harmonies of #4D8ADC
Complementary color
Monochromatic Colors of #4D8ADC
Black with #4D8ADC
Text Example
Text Example
White with #4D8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8ADC; }
p { color: rgb(77,138,220); }
H1.HeaderClassName
{
color: #4D8ADC;
}
.AnyTagClassName
{
color: #4D8ADC;
}
</style>
background-color css
<style>
a { background-color: #4D8ADC; }
a { background-color: rgb(77,138,220); }
div.DivClassName
{
background-color: #4D8ADC;
}
.BgClassName
{
background-color: #4D8ADC;
}
</style>
border-color css
<style>
span { border-color: #4D8ADC; }
span { border-color: rgb(77,138,220); }
td.TdClassName
{
border-color: #4D8ADC;
}
.TagClassName
{
border-color: #4D8ADC;
}
</style>