Shades of San Marino #4E689F
Tints of San Marino #4E689F
RGB
CMYK
RGB Variations
Color information
#4E689F (or 0x4E689F) is known color: San Marino. HEX triplet: 4E, 68 and 9F. RGB value is (78,104,159). Sum of RGB (Red+Green+Blue) = 78+104+159=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E689F is #B19760. Grayscale: #666666. Windows color (decimal): -11638625 or 10446926. OLE color: 10446926.
HSL color Cylindrical-coordinate representation of color #4E689F: hue angle of 220.74º 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 #4E689F is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 104 | 159 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.38 |
| HSL | 220.74º | 0.34% | 0.46% | - |
| HSV(B) | 220.74º | 0.51% | 0.62% | - |
| XYZ | 14.35 | 14.02 | 34.75 | - |
| YUV | 102.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 159 | 0.51 | 0.35 | 0 | 0.38 | 220.74 | 0.34 | 0.46 |
| Hex | 4E | 68 | 9F | 33 | 23 | 0 | 26 | DD | 22 | 2E |
| Octal | 116 | 150 | 237 | 63 | 43 | 0 | 46 | 335 | 42 | 56 |
| Binary | 1001110 | 1101000 | 10011111 | 110011 | 100011 | 0 | 100110 | 11011101 | 100010 | 101110 |
Color Harmonies of #4E689F
Complementary color
Monochromatic Colors of #4E689F
Black with #4E689F
Text Example
Text Example
White with #4E689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E689F; }
p { color: rgb(78,104,159); }
H1.HeaderClassName
{
color: #4E689F;
}
.AnyTagClassName
{
color: #4E689F;
}
</style>
background-color css
<style>
a { background-color: #4E689F; }
a { background-color: rgb(78,104,159); }
div.DivClassName
{
background-color: #4E689F;
}
.BgClassName
{
background-color: #4E689F;
}
</style>
border-color css
<style>
span { border-color: #4E689F; }
span { border-color: rgb(78,104,159); }
td.TdClassName
{
border-color: #4E689F;
}
.TagClassName
{
border-color: #4E689F;
}
</style>