Shades of San Marino #4D799E
Tints of San Marino #4D799E
RGB
CMYK
RGB Variations
Color information
#4D799E (or 0x4D799E) is known color: San Marino. HEX triplet: 4D, 79 and 9E. RGB value is (77,121,158). Sum of RGB (Red+Green+Blue) = 77+121+158=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D799E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D799E is #B28661. Grayscale: #6F6F6F. Windows color (decimal): -11699810 or 10385741. OLE color: 10385741.
HSL color Cylindrical-coordinate representation of color #4D799E: hue angle of 207.41º 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 #4D799E is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 121 | 158 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.38 |
| HSL | 207.41º | 0.34% | 0.46% | - |
| HSV(B) | 207.41º | 0.51% | 0.62% | - |
| XYZ | 16.07 | 17.72 | 34.92 | - |
| YUV | 112.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 158 | 0.51 | 0.23 | 0 | 0.38 | 207.41 | 0.34 | 0.46 |
| Hex | 4D | 79 | 9E | 33 | 17 | 0 | 26 | CF | 22 | 2E |
| Octal | 115 | 171 | 236 | 63 | 27 | 0 | 46 | 317 | 42 | 56 |
| Binary | 1001101 | 1111001 | 10011110 | 110011 | 10111 | 0 | 100110 | 11001111 | 100010 | 101110 |
Color Harmonies of #4D799E
Complementary color
Monochromatic Colors of #4D799E
Black with #4D799E
Text Example
Text Example
White with #4D799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D799E; }
p { color: rgb(77,121,158); }
H1.HeaderClassName
{
color: #4D799E;
}
.AnyTagClassName
{
color: #4D799E;
}
</style>
background-color css
<style>
a { background-color: #4D799E; }
a { background-color: rgb(77,121,158); }
div.DivClassName
{
background-color: #4D799E;
}
.BgClassName
{
background-color: #4D799E;
}
</style>
border-color css
<style>
span { border-color: #4D799E; }
span { border-color: rgb(77,121,158); }
td.TdClassName
{
border-color: #4D799E;
}
.TagClassName
{
border-color: #4D799E;
}
</style>