Shades of San Marino #4E709F
Tints of San Marino #4E709F
RGB
CMYK
RGB Variations
Color information
#4E709F (or 0x4E709F) is known color: San Marino. HEX triplet: 4E, 70 and 9F. RGB value is (78,112,159). Sum of RGB (Red+Green+Blue) = 78+112+159=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E709F is #B18F60. Grayscale: #6A6A6A. Windows color (decimal): -11636577 or 10448974. OLE color: 10448974.
HSL color Cylindrical-coordinate representation of color #4E709F: hue angle of 214.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E709F is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 112 | 159 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.38 |
| HSL | 214.81º | 0.34% | 0.46% | - |
| HSV(B) | 214.81º | 0.51% | 0.62% | - |
| XYZ | 15.19 | 15.71 | 35.03 | - |
| YUV | 107.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 112 | 159 | 0.51 | 0.30 | 0 | 0.38 | 214.81 | 0.34 | 0.46 |
| Hex | 4E | 70 | 9F | 33 | 1E | 0 | 26 | D7 | 22 | 2E |
| Octal | 116 | 160 | 237 | 63 | 36 | 0 | 46 | 327 | 42 | 56 |
| Binary | 1001110 | 1110000 | 10011111 | 110011 | 11110 | 0 | 100110 | 11010111 | 100010 | 101110 |
Color Harmonies of #4E709F
Complementary color
Monochromatic Colors of #4E709F
Black with #4E709F
Text Example
Text Example
White with #4E709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E709F; }
p { color: rgb(78,112,159); }
H1.HeaderClassName
{
color: #4E709F;
}
.AnyTagClassName
{
color: #4E709F;
}
</style>
background-color css
<style>
a { background-color: #4E709F; }
a { background-color: rgb(78,112,159); }
div.DivClassName
{
background-color: #4E709F;
}
.BgClassName
{
background-color: #4E709F;
}
</style>
border-color css
<style>
span { border-color: #4E709F; }
span { border-color: rgb(78,112,159); }
td.TdClassName
{
border-color: #4E709F;
}
.TagClassName
{
border-color: #4E709F;
}
</style>