Shades of San Marino #4E669B
Tints of San Marino #4E669B
RGB
CMYK
RGB Variations
Color information
#4E669B (or 0x4E669B) is known color: San Marino. HEX triplet: 4E, 66 and 9B. RGB value is (78,102,155). Sum of RGB (Red+Green+Blue) = 78+102+155=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E669B is #B19964. Grayscale: #646464. Windows color (decimal): -11639141 or 10184270. OLE color: 10184270.
HSL color Cylindrical-coordinate representation of color #4E669B: hue angle of 221.3º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E669B is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 102 | 155 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.39 |
| HSL | 221.3º | 0.33% | 0.46% | - |
| HSV(B) | 221.3º | 0.5% | 0.61% | - |
| XYZ | 13.81 | 13.49 | 32.89 | - |
| YUV | 100.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 155 | 0.50 | 0.34 | 0 | 0.39 | 221.3 | 0.33 | 0.46 |
| Hex | 4E | 66 | 9B | 32 | 22 | 0 | 27 | DD | 21 | 2E |
| Octal | 116 | 146 | 233 | 62 | 42 | 0 | 47 | 335 | 41 | 56 |
| Binary | 1001110 | 1100110 | 10011011 | 110010 | 100010 | 0 | 100111 | 11011101 | 100001 | 101110 |
Color Harmonies of #4E669B
Complementary color
Monochromatic Colors of #4E669B
Black with #4E669B
Text Example
Text Example
White with #4E669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E669B; }
p { color: rgb(78,102,155); }
H1.HeaderClassName
{
color: #4E669B;
}
.AnyTagClassName
{
color: #4E669B;
}
</style>
background-color css
<style>
a { background-color: #4E669B; }
a { background-color: rgb(78,102,155); }
div.DivClassName
{
background-color: #4E669B;
}
.BgClassName
{
background-color: #4E669B;
}
</style>
border-color css
<style>
span { border-color: #4E669B; }
span { border-color: rgb(78,102,155); }
td.TdClassName
{
border-color: #4E669B;
}
.TagClassName
{
border-color: #4E669B;
}
</style>