Shades of San Marino #4E669D
Tints of San Marino #4E669D
RGB
CMYK
RGB Variations
Color information
#4E669D (or 0x4E669D) is known color: San Marino. HEX triplet: 4E, 66 and 9D. RGB value is (78,102,157). Sum of RGB (Red+Green+Blue) = 78+102+157=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E669D is #B19962. Grayscale: #646464. Windows color (decimal): -11639139 or 10315342. OLE color: 10315342.
HSL color Cylindrical-coordinate representation of color #4E669D: hue angle of 221.77º 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 #4E669D is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 102 | 157 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.38 |
| HSL | 221.77º | 0.34% | 0.46% | - |
| HSV(B) | 221.77º | 0.5% | 0.62% | - |
| XYZ | 13.98 | 13.56 | 33.78 | - |
| YUV | 101.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 157 | 0.50 | 0.35 | 0 | 0.38 | 221.77 | 0.34 | 0.46 |
| Hex | 4E | 66 | 9D | 32 | 23 | 0 | 26 | DE | 22 | 2E |
| Octal | 116 | 146 | 235 | 62 | 43 | 0 | 46 | 336 | 42 | 56 |
| Binary | 1001110 | 1100110 | 10011101 | 110010 | 100011 | 0 | 100110 | 11011110 | 100010 | 101110 |
Color Harmonies of #4E669D
Complementary color
Monochromatic Colors of #4E669D
Black with #4E669D
Text Example
Text Example
White with #4E669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E669D; }
p { color: rgb(78,102,157); }
H1.HeaderClassName
{
color: #4E669D;
}
.AnyTagClassName
{
color: #4E669D;
}
</style>
background-color css
<style>
a { background-color: #4E669D; }
a { background-color: rgb(78,102,157); }
div.DivClassName
{
background-color: #4E669D;
}
.BgClassName
{
background-color: #4E669D;
}
</style>
border-color css
<style>
span { border-color: #4E669D; }
span { border-color: rgb(78,102,157); }
td.TdClassName
{
border-color: #4E669D;
}
.TagClassName
{
border-color: #4E669D;
}
</style>