Shades of San Marino #4E70AE
Tints of San Marino #4E70AE
RGB
CMYK
RGB Variations
Color information
#4E70AE (or 0x4E70AE) is known color: San Marino. HEX triplet: 4E, 70 and AE. RGB value is (78,112,174). Sum of RGB (Red+Green+Blue) = 78+112+174=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E70AE is #B18F51. Grayscale: #6C6C6C. Windows color (decimal): -11636562 or 11432014. OLE color: 11432014.
HSL color Cylindrical-coordinate representation of color #4E70AE: hue angle of 218.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E70AE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 112 | 174 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.32 |
| HSL | 218.75º | 0.38% | 0.49% | - |
| HSV(B) | 218.75º | 0.55% | 0.68% | - |
| XYZ | 16.58 | 16.26 | 42.31 | - |
| YUV | 108.9 | 164.74 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 174 | 0.55 | 0.36 | 0 | 0.32 | 218.75 | 0.38 | 0.49 |
| Hex | 4E | 70 | AE | 37 | 24 | 0 | 20 | DB | 26 | 31 |
| Octal | 116 | 160 | 256 | 67 | 44 | 0 | 40 | 333 | 46 | 61 |
| Binary | 1001110 | 1110000 | 10101110 | 110111 | 100100 | 0 | 100000 | 11011011 | 100110 | 110001 |
Color Harmonies of #4E70AE
Complementary color
Monochromatic Colors of #4E70AE
Black with #4E70AE
Text Example
Text Example
White with #4E70AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E70AE; }
p { color: rgb(78,112,174); }
H1.HeaderClassName
{
color: #4E70AE;
}
.AnyTagClassName
{
color: #4E70AE;
}
</style>
background-color css
<style>
a { background-color: #4E70AE; }
a { background-color: rgb(78,112,174); }
div.DivClassName
{
background-color: #4E70AE;
}
.BgClassName
{
background-color: #4E70AE;
}
</style>
border-color css
<style>
span { border-color: #4E70AE; }
span { border-color: rgb(78,112,174); }
td.TdClassName
{
border-color: #4E70AE;
}
.TagClassName
{
border-color: #4E70AE;
}
</style>