Shades of San Marino #4E719B
Tints of San Marino #4E719B
RGB
CMYK
RGB Variations
Color information
#4E719B (or 0x4E719B) is known color: San Marino. HEX triplet: 4E, 71 and 9B. RGB value is (78,113,155). Sum of RGB (Red+Green+Blue) = 78+113+155=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E719B is #B18E64. Grayscale: #6B6B6B. Windows color (decimal): -11636325 or 10187086. OLE color: 10187086.
HSL color Cylindrical-coordinate representation of color #4E719B: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E719B is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 113 | 155 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.39 |
| HSL | 212.73º | 0.33% | 0.46% | - |
| HSV(B) | 212.73º | 0.5% | 0.61% | - |
| XYZ | 14.96 | 15.8 | 33.27 | - |
| YUV | 107.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 113 | 155 | 0.50 | 0.27 | 0 | 0.39 | 212.73 | 0.33 | 0.46 |
| Hex | 4E | 71 | 9B | 32 | 1B | 0 | 27 | D5 | 21 | 2E |
| Octal | 116 | 161 | 233 | 62 | 33 | 0 | 47 | 325 | 41 | 56 |
| Binary | 1001110 | 1110001 | 10011011 | 110010 | 11011 | 0 | 100111 | 11010101 | 100001 | 101110 |
Color Harmonies of #4E719B
Complementary color
Monochromatic Colors of #4E719B
Black with #4E719B
Text Example
Text Example
White with #4E719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E719B; }
p { color: rgb(78,113,155); }
H1.HeaderClassName
{
color: #4E719B;
}
.AnyTagClassName
{
color: #4E719B;
}
</style>
background-color css
<style>
a { background-color: #4E719B; }
a { background-color: rgb(78,113,155); }
div.DivClassName
{
background-color: #4E719B;
}
.BgClassName
{
background-color: #4E719B;
}
</style>
border-color css
<style>
span { border-color: #4E719B; }
span { border-color: rgb(78,113,155); }
td.TdClassName
{
border-color: #4E719B;
}
.TagClassName
{
border-color: #4E719B;
}
</style>