Shades of San Marino #4E6EAA
Tints of San Marino #4E6EAA
RGB
CMYK
RGB Variations
Color information
#4E6EAA (or 0x4E6EAA) is known color: San Marino. HEX triplet: 4E, 6E and AA. RGB value is (78,110,170). Sum of RGB (Red+Green+Blue) = 78+110+170=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E6EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6EAA is #B19155. Grayscale: #6A6A6A. Windows color (decimal): -11637078 or 11169358. OLE color: 11169358.
HSL color Cylindrical-coordinate representation of color #4E6EAA: hue angle of 219.13º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E6EAA is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 110 | 170 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.33 |
| HSL | 219.13º | 0.37% | 0.49% | - |
| HSV(B) | 219.13º | 0.54% | 0.67% | - |
| XYZ | 15.97 | 15.67 | 40.21 | - |
| YUV | 107.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 170 | 0.54 | 0.35 | 0 | 0.33 | 219.13 | 0.37 | 0.49 |
| Hex | 4E | 6E | AA | 36 | 23 | 0 | 21 | DB | 25 | 31 |
| Octal | 116 | 156 | 252 | 66 | 43 | 0 | 41 | 333 | 45 | 61 |
| Binary | 1001110 | 1101110 | 10101010 | 110110 | 100011 | 0 | 100001 | 11011011 | 100101 | 110001 |
Color Harmonies of #4E6EAA
Complementary color
Monochromatic Colors of #4E6EAA
Black with #4E6EAA
Text Example
Text Example
White with #4E6EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EAA; }
p { color: rgb(78,110,170); }
H1.HeaderClassName
{
color: #4E6EAA;
}
.AnyTagClassName
{
color: #4E6EAA;
}
</style>
background-color css
<style>
a { background-color: #4E6EAA; }
a { background-color: rgb(78,110,170); }
div.DivClassName
{
background-color: #4E6EAA;
}
.BgClassName
{
background-color: #4E6EAA;
}
</style>
border-color css
<style>
span { border-color: #4E6EAA; }
span { border-color: rgb(78,110,170); }
td.TdClassName
{
border-color: #4E6EAA;
}
.TagClassName
{
border-color: #4E6EAA;
}
</style>