Shades of San Marino #4E6BAA
Tints of San Marino #4E6BAA
RGB
CMYK
RGB Variations
Color information
#4E6BAA (or 0x4E6BAA) is known color: San Marino. HEX triplet: 4E, 6B and AA. RGB value is (78,107,170). Sum of RGB (Red+Green+Blue) = 78+107+170=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6BAA is #B19455. Grayscale: #696969. Windows color (decimal): -11637846 or 11168590. OLE color: 11168590.
HSL color Cylindrical-coordinate representation of color #4E6BAA: hue angle of 221.09º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E6BAA is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 107 | 170 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.33 |
| HSL | 221.09º | 0.37% | 0.49% | - |
| HSV(B) | 221.09º | 0.54% | 0.67% | - |
| XYZ | 15.66 | 15.04 | 40.11 | - |
| YUV | 105.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 170 | 0.54 | 0.37 | 0 | 0.33 | 221.09 | 0.37 | 0.49 |
| Hex | 4E | 6B | AA | 36 | 25 | 0 | 21 | DD | 25 | 31 |
| Octal | 116 | 153 | 252 | 66 | 45 | 0 | 41 | 335 | 45 | 61 |
| Binary | 1001110 | 1101011 | 10101010 | 110110 | 100101 | 0 | 100001 | 11011101 | 100101 | 110001 |
Color Harmonies of #4E6BAA
Complementary color
Monochromatic Colors of #4E6BAA
Black with #4E6BAA
Text Example
Text Example
White with #4E6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BAA; }
p { color: rgb(78,107,170); }
H1.HeaderClassName
{
color: #4E6BAA;
}
.AnyTagClassName
{
color: #4E6BAA;
}
</style>
background-color css
<style>
a { background-color: #4E6BAA; }
a { background-color: rgb(78,107,170); }
div.DivClassName
{
background-color: #4E6BAA;
}
.BgClassName
{
background-color: #4E6BAA;
}
</style>
border-color css
<style>
span { border-color: #4E6BAA; }
span { border-color: rgb(78,107,170); }
td.TdClassName
{
border-color: #4E6BAA;
}
.TagClassName
{
border-color: #4E6BAA;
}
</style>