Shades of San Marino #4E689D
Tints of San Marino #4E689D
RGB
CMYK
RGB Variations
Color information
#4E689D (or 0x4E689D) is known color: San Marino. HEX triplet: 4E, 68 and 9D. RGB value is (78,104,157). Sum of RGB (Red+Green+Blue) = 78+104+157=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E689D is #B19762. Grayscale: #666666. Windows color (decimal): -11638627 or 10315854. OLE color: 10315854.
HSL color Cylindrical-coordinate representation of color #4E689D: hue angle of 220.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E689D is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 104 | 157 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.38 |
| HSL | 220.25º | 0.34% | 0.46% | - |
| HSV(B) | 220.25º | 0.5% | 0.62% | - |
| XYZ | 14.18 | 13.95 | 33.84 | - |
| YUV | 102.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 157 | 0.50 | 0.34 | 0 | 0.38 | 220.25 | 0.34 | 0.46 |
| Hex | 4E | 68 | 9D | 32 | 22 | 0 | 26 | DC | 22 | 2E |
| Octal | 116 | 150 | 235 | 62 | 42 | 0 | 46 | 334 | 42 | 56 |
| Binary | 1001110 | 1101000 | 10011101 | 110010 | 100010 | 0 | 100110 | 11011100 | 100010 | 101110 |
Color Harmonies of #4E689D
Complementary color
Monochromatic Colors of #4E689D
Black with #4E689D
Text Example
Text Example
White with #4E689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E689D; }
p { color: rgb(78,104,157); }
H1.HeaderClassName
{
color: #4E689D;
}
.AnyTagClassName
{
color: #4E689D;
}
</style>
background-color css
<style>
a { background-color: #4E689D; }
a { background-color: rgb(78,104,157); }
div.DivClassName
{
background-color: #4E689D;
}
.BgClassName
{
background-color: #4E689D;
}
</style>
border-color css
<style>
span { border-color: #4E689D; }
span { border-color: rgb(78,104,157); }
td.TdClassName
{
border-color: #4E689D;
}
.TagClassName
{
border-color: #4E689D;
}
</style>