Shades of San Marino #4E71AB
Tints of San Marino #4E71AB
RGB
CMYK
RGB Variations
Color information
#4E71AB (or 0x4E71AB) is known color: San Marino. HEX triplet: 4E, 71 and AB. RGB value is (78,113,171). Sum of RGB (Red+Green+Blue) = 78+113+171=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E71AB is #B18E54. Grayscale: #6C6C6C. Windows color (decimal): -11636309 or 11235662. OLE color: 11235662.
HSL color Cylindrical-coordinate representation of color #4E71AB: hue angle of 217.42º 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 #4E71AB is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 113 | 171 | - |
| CMYK | 0.54 | 0.34 | 0 | 0.33 |
| HSL | 217.42º | 0.37% | 0.49% | - |
| HSV(B) | 217.42º | 0.54% | 0.67% | - |
| XYZ | 16.4 | 16.37 | 40.82 | - |
| YUV | 109.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 171 | 0.54 | 0.34 | 0 | 0.33 | 217.42 | 0.37 | 0.49 |
| Hex | 4E | 71 | AB | 36 | 22 | 0 | 21 | D9 | 25 | 31 |
| Octal | 116 | 161 | 253 | 66 | 42 | 0 | 41 | 331 | 45 | 61 |
| Binary | 1001110 | 1110001 | 10101011 | 110110 | 100010 | 0 | 100001 | 11011001 | 100101 | 110001 |
Color Harmonies of #4E71AB
Complementary color
Monochromatic Colors of #4E71AB
Black with #4E71AB
Text Example
Text Example
White with #4E71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E71AB; }
p { color: rgb(78,113,171); }
H1.HeaderClassName
{
color: #4E71AB;
}
.AnyTagClassName
{
color: #4E71AB;
}
</style>
background-color css
<style>
a { background-color: #4E71AB; }
a { background-color: rgb(78,113,171); }
div.DivClassName
{
background-color: #4E71AB;
}
.BgClassName
{
background-color: #4E71AB;
}
</style>
border-color css
<style>
span { border-color: #4E71AB; }
span { border-color: rgb(78,113,171); }
td.TdClassName
{
border-color: #4E71AB;
}
.TagClassName
{
border-color: #4E71AB;
}
</style>