Shades of San Marino #4E669F
Tints of San Marino #4E669F
RGB
CMYK
RGB Variations
Color information
#4E669F (or 0x4E669F) is known color: San Marino. HEX triplet: 4E, 66 and 9F. RGB value is (78,102,159). Sum of RGB (Red+Green+Blue) = 78+102+159=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E669F is #B19960. Grayscale: #656565. Windows color (decimal): -11639137 or 10446414. OLE color: 10446414.
HSL color Cylindrical-coordinate representation of color #4E669F: hue angle of 222.22º 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 #4E669F is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 102 | 159 | - |
| CMYK | 0.51 | 0.36 | 0 | 0.38 |
| HSL | 222.22º | 0.34% | 0.46% | - |
| HSV(B) | 222.22º | 0.51% | 0.62% | - |
| XYZ | 14.15 | 13.63 | 34.69 | - |
| YUV | 101.32 | 160.55 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 159 | 0.51 | 0.36 | 0 | 0.38 | 222.22 | 0.34 | 0.46 |
| Hex | 4E | 66 | 9F | 33 | 24 | 0 | 26 | DE | 22 | 2E |
| Octal | 116 | 146 | 237 | 63 | 44 | 0 | 46 | 336 | 42 | 56 |
| Binary | 1001110 | 1100110 | 10011111 | 110011 | 100100 | 0 | 100110 | 11011110 | 100010 | 101110 |
Color Harmonies of #4E669F
Complementary color
Monochromatic Colors of #4E669F
Black with #4E669F
Text Example
Text Example
White with #4E669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E669F; }
p { color: rgb(78,102,159); }
H1.HeaderClassName
{
color: #4E669F;
}
.AnyTagClassName
{
color: #4E669F;
}
</style>
background-color css
<style>
a { background-color: #4E669F; }
a { background-color: rgb(78,102,159); }
div.DivClassName
{
background-color: #4E669F;
}
.BgClassName
{
background-color: #4E669F;
}
</style>
border-color css
<style>
span { border-color: #4E669F; }
span { border-color: rgb(78,102,159); }
td.TdClassName
{
border-color: #4E669F;
}
.TagClassName
{
border-color: #4E669F;
}
</style>