Shades of San Marino #4E6899
Tints of San Marino #4E6899
RGB
CMYK
RGB Variations
Color information
#4E6899 (or 0x4E6899) is known color: San Marino. HEX triplet: 4E, 68 and 99. RGB value is (78,104,153). Sum of RGB (Red+Green+Blue) = 78+104+153=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E6899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6899 is #B19766. Grayscale: #656565. Windows color (decimal): -11638631 or 10053710. OLE color: 10053710.
HSL color Cylindrical-coordinate representation of color #4E6899: hue angle of 219.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 #4E6899 is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 104 | 153 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.4 |
| HSL | 219.2º | 0.32% | 0.45% | - |
| HSV(B) | 219.2º | 0.49% | 0.6% | - |
| XYZ | 13.84 | 13.82 | 32.08 | - |
| YUV | 101.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 153 | 0.49 | 0.32 | 0 | 0.4 | 219.2 | 0.32 | 0.45 |
| Hex | 4E | 68 | 99 | 31 | 20 | 0 | 28 | DB | 20 | 2D |
| Octal | 116 | 150 | 231 | 61 | 40 | 0 | 50 | 333 | 40 | 55 |
| Binary | 1001110 | 1101000 | 10011001 | 110001 | 100000 | 0 | 101000 | 11011011 | 100000 | 101101 |
Color Harmonies of #4E6899
Complementary color
Monochromatic Colors of #4E6899
Black with #4E6899
Text Example
Text Example
White with #4E6899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6899; }
p { color: rgb(78,104,153); }
H1.HeaderClassName
{
color: #4E6899;
}
.AnyTagClassName
{
color: #4E6899;
}
</style>
background-color css
<style>
a { background-color: #4E6899; }
a { background-color: rgb(78,104,153); }
div.DivClassName
{
background-color: #4E6899;
}
.BgClassName
{
background-color: #4E6899;
}
</style>
border-color css
<style>
span { border-color: #4E6899; }
span { border-color: rgb(78,104,153); }
td.TdClassName
{
border-color: #4E6899;
}
.TagClassName
{
border-color: #4E6899;
}
</style>