Shades of San Marino #4E799F
Tints of San Marino #4E799F
RGB
CMYK
RGB Variations
Color information
#4E799F (or 0x4E799F) is known color: San Marino. HEX triplet: 4E, 79 and 9F. RGB value is (78,121,159). Sum of RGB (Red+Green+Blue) = 78+121+159=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E799F is #B18660. Grayscale: #707070. Windows color (decimal): -11634273 or 10451278. OLE color: 10451278.
HSL color Cylindrical-coordinate representation of color #4E799F: hue angle of 208.15º 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 #4E799F is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 121 | 159 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.38 |
| HSL | 208.15º | 0.34% | 0.46% | - |
| HSV(B) | 208.15º | 0.51% | 0.62% | - |
| XYZ | 16.24 | 17.8 | 35.38 | - |
| YUV | 112.48 | 154.25 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 121 | 159 | 0.51 | 0.24 | 0 | 0.38 | 208.15 | 0.34 | 0.46 |
| Hex | 4E | 79 | 9F | 33 | 18 | 0 | 26 | D0 | 22 | 2E |
| Octal | 116 | 171 | 237 | 63 | 30 | 0 | 46 | 320 | 42 | 56 |
| Binary | 1001110 | 1111001 | 10011111 | 110011 | 11000 | 0 | 100110 | 11010000 | 100010 | 101110 |
Color Harmonies of #4E799F
Complementary color
Monochromatic Colors of #4E799F
Black with #4E799F
Text Example
Text Example
White with #4E799F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E799F; }
p { color: rgb(78,121,159); }
H1.HeaderClassName
{
color: #4E799F;
}
.AnyTagClassName
{
color: #4E799F;
}
</style>
background-color css
<style>
a { background-color: #4E799F; }
a { background-color: rgb(78,121,159); }
div.DivClassName
{
background-color: #4E799F;
}
.BgClassName
{
background-color: #4E799F;
}
</style>
border-color css
<style>
span { border-color: #4E799F; }
span { border-color: rgb(78,121,159); }
td.TdClassName
{
border-color: #4E799F;
}
.TagClassName
{
border-color: #4E799F;
}
</style>