Shades of San Marino #4D7199
Tints of San Marino #4D7199
RGB
CMYK
RGB Variations
Color information
#4D7199 (or 0x4D7199) is known color: San Marino. HEX triplet: 4D, 71 and 99. RGB value is (77,113,153). Sum of RGB (Red+Green+Blue) = 77+113+153=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7199 is #B28E66. Grayscale: #6A6A6A. Windows color (decimal): -11701863 or 10056013. OLE color: 10056013.
HSL color Cylindrical-coordinate representation of color #4D7199: hue angle of 211.58º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D7199 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 113 | 153 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.4 |
| HSL | 211.58º | 0.33% | 0.45% | - |
| HSV(B) | 211.58º | 0.5% | 0.6% | - |
| XYZ | 14.72 | 15.69 | 32.39 | - |
| YUV | 106.8 | 154.07 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 113 | 153 | 0.50 | 0.26 | 0 | 0.4 | 211.58 | 0.33 | 0.45 |
| Hex | 4D | 71 | 99 | 32 | 1A | 0 | 28 | D4 | 21 | 2D |
| Octal | 115 | 161 | 231 | 62 | 32 | 0 | 50 | 324 | 41 | 55 |
| Binary | 1001101 | 1110001 | 10011001 | 110010 | 11010 | 0 | 101000 | 11010100 | 100001 | 101101 |
Color Harmonies of #4D7199
Complementary color
Monochromatic Colors of #4D7199
Black with #4D7199
Text Example
Text Example
White with #4D7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7199; }
p { color: rgb(77,113,153); }
H1.HeaderClassName
{
color: #4D7199;
}
.AnyTagClassName
{
color: #4D7199;
}
</style>
background-color css
<style>
a { background-color: #4D7199; }
a { background-color: rgb(77,113,153); }
div.DivClassName
{
background-color: #4D7199;
}
.BgClassName
{
background-color: #4D7199;
}
</style>
border-color css
<style>
span { border-color: #4D7199; }
span { border-color: rgb(77,113,153); }
td.TdClassName
{
border-color: #4D7199;
}
.TagClassName
{
border-color: #4D7199;
}
</style>