Shades of San Marino #4E649E
Tints of San Marino #4E649E
RGB
CMYK
RGB Variations
Color information
#4E649E (or 0x4E649E) is known color: San Marino. HEX triplet: 4E, 64 and 9E. RGB value is (78,100,158). Sum of RGB (Red+Green+Blue) = 78+100+158=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E649E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E649E is #B19B61. Grayscale: #636363. Windows color (decimal): -11639650 or 10380366. OLE color: 10380366.
HSL color Cylindrical-coordinate representation of color #4E649E: hue angle of 223.5º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E649E is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 100 | 158 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.38 |
| HSL | 223.5º | 0.34% | 0.46% | - |
| HSV(B) | 223.5º | 0.51% | 0.62% | - |
| XYZ | 13.87 | 13.2 | 34.17 | - |
| YUV | 100.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 158 | 0.51 | 0.37 | 0 | 0.38 | 223.5 | 0.34 | 0.46 |
| Hex | 4E | 64 | 9E | 33 | 25 | 0 | 26 | E0 | 22 | 2E |
| Octal | 116 | 144 | 236 | 63 | 45 | 0 | 46 | 340 | 42 | 56 |
| Binary | 1001110 | 1100100 | 10011110 | 110011 | 100101 | 0 | 100110 | 11100000 | 100010 | 101110 |
Color Harmonies of #4E649E
Complementary color
Monochromatic Colors of #4E649E
Black with #4E649E
Text Example
Text Example
White with #4E649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E649E; }
p { color: rgb(78,100,158); }
H1.HeaderClassName
{
color: #4E649E;
}
.AnyTagClassName
{
color: #4E649E;
}
</style>
background-color css
<style>
a { background-color: #4E649E; }
a { background-color: rgb(78,100,158); }
div.DivClassName
{
background-color: #4E649E;
}
.BgClassName
{
background-color: #4E649E;
}
</style>
border-color css
<style>
span { border-color: #4E649E; }
span { border-color: rgb(78,100,158); }
td.TdClassName
{
border-color: #4E649E;
}
.TagClassName
{
border-color: #4E649E;
}
</style>