Shades of Havelock Blue #4D82BF
Tints of Havelock Blue #4D82BF
RGB
CMYK
RGB Variations
Color information
#4D82BF (or 0x4D82BF) is known color: Havelock Blue. HEX triplet: 4D, 82 and BF. RGB value is (77,130,191). Sum of RGB (Red+Green+Blue) = 77+130+191=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #4D82BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D82BF is #B27D40. Grayscale: #787878. Windows color (decimal): -11697473 or 12550733. OLE color: 12550733.
HSL color Cylindrical-coordinate representation of color #4D82BF: hue angle of 212.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D82BF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 130 | 191 | - |
| CMYK | 0.60 | 0.32 | 0 | 0.25 |
| HSL | 212.11º | 0.47% | 0.53% | - |
| HSV(B) | 212.11º | 0.6% | 0.75% | - |
| XYZ | 20.45 | 21.3 | 52.32 | - |
| YUV | 121.11 | 167.44 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 130 | 191 | 0.60 | 0.32 | 0 | 0.25 | 212.11 | 0.47 | 0.53 |
| Hex | 4D | 82 | BF | 3C | 20 | 0 | 19 | D4 | 2F | 35 |
| Octal | 115 | 202 | 277 | 74 | 40 | 0 | 31 | 324 | 57 | 65 |
| Binary | 1001101 | 10000010 | 10111111 | 111100 | 100000 | 0 | 11001 | 11010100 | 101111 | 110101 |
Color Harmonies of #4D82BF
Complementary color
Monochromatic Colors of #4D82BF
Black with #4D82BF
Text Example
Text Example
White with #4D82BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D82BF; }
p { color: rgb(77,130,191); }
H1.HeaderClassName
{
color: #4D82BF;
}
.AnyTagClassName
{
color: #4D82BF;
}
</style>
background-color css
<style>
a { background-color: #4D82BF; }
a { background-color: rgb(77,130,191); }
div.DivClassName
{
background-color: #4D82BF;
}
.BgClassName
{
background-color: #4D82BF;
}
</style>
border-color css
<style>
span { border-color: #4D82BF; }
span { border-color: rgb(77,130,191); }
td.TdClassName
{
border-color: #4D82BF;
}
.TagClassName
{
border-color: #4D82BF;
}
</style>