Shades of San Marino #4E6BA9
Tints of San Marino #4E6BA9
RGB
CMYK
RGB Variations
Color information
#4E6BA9 (or 0x4E6BA9) is known color: San Marino. HEX triplet: 4E, 6B and A9. RGB value is (78,107,169). Sum of RGB (Red+Green+Blue) = 78+107+169=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 169 (66.41% from 255 or 47.74% from 354); Max value from RGB is 169 - color contains mainly: blue. Hex color #4E6BA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6BA9 is #B19456. Grayscale: #696969. Windows color (decimal): -11637847 or 11103054. OLE color: 11103054.
HSL color Cylindrical-coordinate representation of color #4E6BA9: hue angle of 220.88º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E6BA9 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 107 | 169 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.34 |
| HSL | 220.88º | 0.37% | 0.48% | - |
| HSV(B) | 220.88º | 0.54% | 0.66% | - |
| XYZ | 15.56 | 15 | 39.61 | - |
| YUV | 105.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 169 | 0.54 | 0.37 | 0 | 0.34 | 220.88 | 0.37 | 0.48 |
| Hex | 4E | 6B | A9 | 36 | 25 | 0 | 22 | DD | 25 | 30 |
| Octal | 116 | 153 | 251 | 66 | 45 | 0 | 42 | 335 | 45 | 60 |
| Binary | 1001110 | 1101011 | 10101001 | 110110 | 100101 | 0 | 100010 | 11011101 | 100101 | 110000 |
Color Harmonies of #4E6BA9
Complementary color
Monochromatic Colors of #4E6BA9
Black with #4E6BA9
Text Example
Text Example
White with #4E6BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BA9; }
p { color: rgb(78,107,169); }
H1.HeaderClassName
{
color: #4E6BA9;
}
.AnyTagClassName
{
color: #4E6BA9;
}
</style>
background-color css
<style>
a { background-color: #4E6BA9; }
a { background-color: rgb(78,107,169); }
div.DivClassName
{
background-color: #4E6BA9;
}
.BgClassName
{
background-color: #4E6BA9;
}
</style>
border-color css
<style>
span { border-color: #4E6BA9; }
span { border-color: rgb(78,107,169); }
td.TdClassName
{
border-color: #4E6BA9;
}
.TagClassName
{
border-color: #4E6BA9;
}
</style>