Shades of San Marino #4E71AD
Tints of San Marino #4E71AD
RGB
CMYK
RGB Variations
Color information
#4E71AD (or 0x4E71AD) is known color: San Marino. HEX triplet: 4E, 71 and AD. RGB value is (78,113,173). Sum of RGB (Red+Green+Blue) = 78+113+173=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E71AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E71AD is #B18E52. Grayscale: #6D6D6D. Windows color (decimal): -11636307 or 11366734. OLE color: 11366734.
HSL color Cylindrical-coordinate representation of color #4E71AD: hue angle of 217.89º 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 #4E71AD is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 113 | 173 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.32 |
| HSL | 217.89º | 0.38% | 0.49% | - |
| HSV(B) | 217.89º | 0.55% | 0.68% | - |
| XYZ | 16.59 | 16.45 | 41.84 | - |
| YUV | 109.38 | 163.9 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 173 | 0.55 | 0.35 | 0 | 0.32 | 217.89 | 0.38 | 0.49 |
| Hex | 4E | 71 | AD | 37 | 23 | 0 | 20 | DA | 26 | 31 |
| Octal | 116 | 161 | 255 | 67 | 43 | 0 | 40 | 332 | 46 | 61 |
| Binary | 1001110 | 1110001 | 10101101 | 110111 | 100011 | 0 | 100000 | 11011010 | 100110 | 110001 |
Color Harmonies of #4E71AD
Complementary color
Monochromatic Colors of #4E71AD
Black with #4E71AD
Text Example
Text Example
White with #4E71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E71AD; }
p { color: rgb(78,113,173); }
H1.HeaderClassName
{
color: #4E71AD;
}
.AnyTagClassName
{
color: #4E71AD;
}
</style>
background-color css
<style>
a { background-color: #4E71AD; }
a { background-color: rgb(78,113,173); }
div.DivClassName
{
background-color: #4E71AD;
}
.BgClassName
{
background-color: #4E71AD;
}
</style>
border-color css
<style>
span { border-color: #4E71AD; }
span { border-color: rgb(78,113,173); }
td.TdClassName
{
border-color: #4E71AD;
}
.TagClassName
{
border-color: #4E71AD;
}
</style>