Shades of Havelock Blue #4D6FC1
Tints of Havelock Blue #4D6FC1
RGB
CMYK
RGB Variations
Color information
#4D6FC1 (or 0x4D6FC1) is known color: Havelock Blue. HEX triplet: 4D, 6F and C1. RGB value is (77,111,193). Sum of RGB (Red+Green+Blue) = 77+111+193=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 193 (75.78% from 255 or 50.66% from 381); Max value from RGB is 193 - color contains mainly: blue. Hex color #4D6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6FC1 is #B2903E. Grayscale: #6D6D6D. Windows color (decimal): -11702335 or 12676941. OLE color: 12676941.
HSL color Cylindrical-coordinate representation of color #4D6FC1: hue angle of 222.41º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D6FC1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 111 | 193 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.24 |
| HSL | 222.41º | 0.48% | 0.53% | - |
| HSV(B) | 222.41º | 0.6% | 0.76% | - |
| XYZ | 18.37 | 16.8 | 52.73 | - |
| YUV | 110.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 111 | 193 | 0.60 | 0.42 | 0 | 0.24 | 222.41 | 0.48 | 0.53 |
| Hex | 4D | 6F | C1 | 3C | 2A | 0 | 18 | DE | 30 | 35 |
| Octal | 115 | 157 | 301 | 74 | 52 | 0 | 30 | 336 | 60 | 65 |
| Binary | 1001101 | 1101111 | 11000001 | 111100 | 101010 | 0 | 11000 | 11011110 | 110000 | 110101 |
Color Harmonies of #4D6FC1
Complementary color
Monochromatic Colors of #4D6FC1
Black with #4D6FC1
Text Example
Text Example
White with #4D6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6FC1; }
p { color: rgb(77,111,193); }
H1.HeaderClassName
{
color: #4D6FC1;
}
.AnyTagClassName
{
color: #4D6FC1;
}
</style>
background-color css
<style>
a { background-color: #4D6FC1; }
a { background-color: rgb(77,111,193); }
div.DivClassName
{
background-color: #4D6FC1;
}
.BgClassName
{
background-color: #4D6FC1;
}
</style>
border-color css
<style>
span { border-color: #4D6FC1; }
span { border-color: rgb(77,111,193); }
td.TdClassName
{
border-color: #4D6FC1;
}
.TagClassName
{
border-color: #4D6FC1;
}
</style>