Shades of San Marino #4E6D99
Tints of San Marino #4E6D99
RGB
CMYK
RGB Variations
Color information
#4E6D99 (or 0x4E6D99) is known color: San Marino. HEX triplet: 4E, 6D and 99. RGB value is (78,109,153). Sum of RGB (Red+Green+Blue) = 78+109+153=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E6D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6D99 is #B19266. Grayscale: #686868. Windows color (decimal): -11637351 or 10054990. OLE color: 10054990.
HSL color Cylindrical-coordinate representation of color #4E6D99: hue angle of 215.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E6D99 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 109 | 153 | - |
| CMYK | 0.49 | 0.29 | 0 | 0.4 |
| HSL | 215.2º | 0.32% | 0.45% | - |
| HSV(B) | 215.2º | 0.49% | 0.6% | - |
| XYZ | 14.36 | 14.86 | 32.25 | - |
| YUV | 104.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 153 | 0.49 | 0.29 | 0 | 0.4 | 215.2 | 0.32 | 0.45 |
| Hex | 4E | 6D | 99 | 31 | 1D | 0 | 28 | D7 | 20 | 2D |
| Octal | 116 | 155 | 231 | 61 | 35 | 0 | 50 | 327 | 40 | 55 |
| Binary | 1001110 | 1101101 | 10011001 | 110001 | 11101 | 0 | 101000 | 11010111 | 100000 | 101101 |
Color Harmonies of #4E6D99
Complementary color
Monochromatic Colors of #4E6D99
Black with #4E6D99
Text Example
Text Example
White with #4E6D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D99; }
p { color: rgb(78,109,153); }
H1.HeaderClassName
{
color: #4E6D99;
}
.AnyTagClassName
{
color: #4E6D99;
}
</style>
background-color css
<style>
a { background-color: #4E6D99; }
a { background-color: rgb(78,109,153); }
div.DivClassName
{
background-color: #4E6D99;
}
.BgClassName
{
background-color: #4E6D99;
}
</style>
border-color css
<style>
span { border-color: #4E6D99; }
span { border-color: rgb(78,109,153); }
td.TdClassName
{
border-color: #4E6D99;
}
.TagClassName
{
border-color: #4E6D99;
}
</style>