Shades of San Marino #4E6CA0
Tints of San Marino #4E6CA0
RGB
CMYK
RGB Variations
Color information
#4E6CA0 (or 0x4E6CA0) is known color: San Marino. HEX triplet: 4E, 6C and A0. RGB value is (78,108,160). Sum of RGB (Red+Green+Blue) = 78+108+160=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 160 (62.89% from 255 or 46.24% from 346); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E6CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6CA0 is #B1935F. Grayscale: #686868. Windows color (decimal): -11637600 or 10513486. OLE color: 10513486.
HSL color Cylindrical-coordinate representation of color #4E6CA0: hue angle of 218.05º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E6CA0 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 108 | 160 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.37 |
| HSL | 218.05º | 0.34% | 0.47% | - |
| HSV(B) | 218.05º | 0.51% | 0.63% | - |
| XYZ | 14.85 | 14.88 | 35.35 | - |
| YUV | 104.96 | 159.06 | 108.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 160 | 0.51 | 0.32 | 0 | 0.37 | 218.05 | 0.34 | 0.47 |
| Hex | 4E | 6C | A0 | 33 | 20 | 0 | 25 | DA | 22 | 2F |
| Octal | 116 | 154 | 240 | 63 | 40 | 0 | 45 | 332 | 42 | 57 |
| Binary | 1001110 | 1101100 | 10100000 | 110011 | 100000 | 0 | 100101 | 11011010 | 100010 | 101111 |
Color Harmonies of #4E6CA0
Complementary color
Monochromatic Colors of #4E6CA0
Black with #4E6CA0
Text Example
Text Example
White with #4E6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CA0; }
p { color: rgb(78,108,160); }
H1.HeaderClassName
{
color: #4E6CA0;
}
.AnyTagClassName
{
color: #4E6CA0;
}
</style>
background-color css
<style>
a { background-color: #4E6CA0; }
a { background-color: rgb(78,108,160); }
div.DivClassName
{
background-color: #4E6CA0;
}
.BgClassName
{
background-color: #4E6CA0;
}
</style>
border-color css
<style>
span { border-color: #4E6CA0; }
span { border-color: rgb(78,108,160); }
td.TdClassName
{
border-color: #4E6CA0;
}
.TagClassName
{
border-color: #4E6CA0;
}
</style>