Shades of Havelock Blue #4E6FC1
Tints of Havelock Blue #4E6FC1
RGB
CMYK
RGB Variations
Color information
#4E6FC1 (or 0x4E6FC1) is known color: Havelock Blue. HEX triplet: 4E, 6F and C1. RGB value is (78,111,193). Sum of RGB (Red+Green+Blue) = 78+111+193=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #4E6FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6FC1 is #B1903E. Grayscale: #6E6E6E. Windows color (decimal): -11636799 or 12676942. OLE color: 12676942.
HSL color Cylindrical-coordinate representation of color #4E6FC1: hue angle of 222.78º 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 #4E6FC1 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 78 | 111 | 193 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.24 |
| HSL | 222.78º | 0.48% | 0.53% | - |
| HSV(B) | 222.78º | 0.6% | 0.76% | - |
| XYZ | 18.45 | 16.84 | 52.73 | - |
| YUV | 110.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 111 | 193 | 0.60 | 0.42 | 0 | 0.24 | 222.78 | 0.48 | 0.53 |
| Hex | 4E | 6F | C1 | 3C | 2A | 0 | 18 | DF | 30 | 35 |
| Octal | 116 | 157 | 301 | 74 | 52 | 0 | 30 | 337 | 60 | 65 |
| Binary | 1001110 | 1101111 | 11000001 | 111100 | 101010 | 0 | 11000 | 11011111 | 110000 | 110101 |
Color Harmonies of #4E6FC1
Complementary color
Monochromatic Colors of #4E6FC1
Black with #4E6FC1
Text Example
Text Example
White with #4E6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6FC1; }
p { color: rgb(78,111,193); }
H1.HeaderClassName
{
color: #4E6FC1;
}
.AnyTagClassName
{
color: #4E6FC1;
}
</style>
background-color css
<style>
a { background-color: #4E6FC1; }
a { background-color: rgb(78,111,193); }
div.DivClassName
{
background-color: #4E6FC1;
}
.BgClassName
{
background-color: #4E6FC1;
}
</style>
border-color css
<style>
span { border-color: #4E6FC1; }
span { border-color: rgb(78,111,193); }
td.TdClassName
{
border-color: #4E6FC1;
}
.TagClassName
{
border-color: #4E6FC1;
}
</style>