Shades of Havelock Blue #4D8FCD
Tints of Havelock Blue #4D8FCD
RGB
CMYK
RGB Variations
Color information
#4D8FCD (or 0x4D8FCD) is known color: Havelock Blue. HEX triplet: 4D, 8F and CD. RGB value is (77,143,205). Sum of RGB (Red+Green+Blue) = 77+143+205=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #4D8FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FCD is #B27032. Grayscale: #828282. Windows color (decimal): -11694131 or 13471565. OLE color: 13471565.
HSL color Cylindrical-coordinate representation of color #4D8FCD: hue angle of 209.06º 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 #4D8FCD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 143 | 205 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.20 |
| HSL | 209.06º | 0.56% | 0.55% | - |
| HSV(B) | 209.06º | 0.62% | 0.8% | - |
| XYZ | 23.9 | 25.63 | 61.44 | - |
| YUV | 130.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 143 | 205 | 0.62 | 0.30 | 0 | 0.20 | 209.06 | 0.56 | 0.55 |
| Hex | 4D | 8F | CD | 3E | 1E | 0 | 14 | D1 | 38 | 37 |
| Octal | 115 | 217 | 315 | 76 | 36 | 0 | 24 | 321 | 70 | 67 |
| Binary | 1001101 | 10001111 | 11001101 | 111110 | 11110 | 0 | 10100 | 11010001 | 111000 | 110111 |
Color Harmonies of #4D8FCD
Complementary color
Monochromatic Colors of #4D8FCD
Black with #4D8FCD
Text Example
Text Example
White with #4D8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8FCD; }
p { color: rgb(77,143,205); }
H1.HeaderClassName
{
color: #4D8FCD;
}
.AnyTagClassName
{
color: #4D8FCD;
}
</style>
background-color css
<style>
a { background-color: #4D8FCD; }
a { background-color: rgb(77,143,205); }
div.DivClassName
{
background-color: #4D8FCD;
}
.BgClassName
{
background-color: #4D8FCD;
}
</style>
border-color css
<style>
span { border-color: #4D8FCD; }
span { border-color: rgb(77,143,205); }
td.TdClassName
{
border-color: #4D8FCD;
}
.TagClassName
{
border-color: #4D8FCD;
}
</style>