Shades of San Marino #4E6CAA
Tints of San Marino #4E6CAA
RGB
CMYK
RGB Variations
Color information
#4E6CAA (or 0x4E6CAA) is known color: San Marino. HEX triplet: 4E, 6C and AA. RGB value is (78,108,170). Sum of RGB (Red+Green+Blue) = 78+108+170=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 108 (42.58% from 255 or 30.34% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #4E6CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6CAA is #B19355. Grayscale: #696969. Windows color (decimal): -11637590 or 11168846. OLE color: 11168846.
HSL color Cylindrical-coordinate representation of color #4E6CAA: hue angle of 220.43º 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 #4E6CAA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 108 | 170 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.33 |
| HSL | 220.43º | 0.37% | 0.49% | - |
| HSV(B) | 220.43º | 0.54% | 0.67% | - |
| XYZ | 15.76 | 15.25 | 40.14 | - |
| YUV | 106.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 170 | 0.54 | 0.36 | 0 | 0.33 | 220.43 | 0.37 | 0.49 |
| Hex | 4E | 6C | AA | 36 | 24 | 0 | 21 | DC | 25 | 31 |
| Octal | 116 | 154 | 252 | 66 | 44 | 0 | 41 | 334 | 45 | 61 |
| Binary | 1001110 | 1101100 | 10101010 | 110110 | 100100 | 0 | 100001 | 11011100 | 100101 | 110001 |
Color Harmonies of #4E6CAA
Complementary color
Monochromatic Colors of #4E6CAA
Black with #4E6CAA
Text Example
Text Example
White with #4E6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CAA; }
p { color: rgb(78,108,170); }
H1.HeaderClassName
{
color: #4E6CAA;
}
.AnyTagClassName
{
color: #4E6CAA;
}
</style>
background-color css
<style>
a { background-color: #4E6CAA; }
a { background-color: rgb(78,108,170); }
div.DivClassName
{
background-color: #4E6CAA;
}
.BgClassName
{
background-color: #4E6CAA;
}
</style>
border-color css
<style>
span { border-color: #4E6CAA; }
span { border-color: rgb(78,108,170); }
td.TdClassName
{
border-color: #4E6CAA;
}
.TagClassName
{
border-color: #4E6CAA;
}
</style>