Shades of San Marino #4D6595
Tints of San Marino #4D6595
RGB
CMYK
RGB Variations
Color information
#4D6595 (or 0x4D6595) is known color: San Marino. HEX triplet: 4D, 65 and 95. RGB value is (77,101,149). Sum of RGB (Red+Green+Blue) = 77+101+149=327 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.55% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D6595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6595 is #B29A6A. Grayscale: #636363. Windows color (decimal): -11704939 or 9790797. OLE color: 9790797.
HSL color Cylindrical-coordinate representation of color #4D6595: hue angle of 220º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D6595 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 101 | 149 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.42 |
| HSL | 220º | 0.32% | 0.44% | - |
| HSV(B) | 220º | 0.48% | 0.58% | - |
| XYZ | 13.14 | 13.06 | 30.26 | - |
| YUV | 99.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 149 | 0.48 | 0.32 | 0 | 0.42 | 220 | 0.32 | 0.44 |
| Hex | 4D | 65 | 95 | 30 | 20 | 0 | 2A | DC | 20 | 2C |
| Octal | 115 | 145 | 225 | 60 | 40 | 0 | 52 | 334 | 40 | 54 |
| Binary | 1001101 | 1100101 | 10010101 | 110000 | 100000 | 0 | 101010 | 11011100 | 100000 | 101100 |
Color Harmonies of #4D6595
Complementary color
Monochromatic Colors of #4D6595
Black with #4D6595
Text Example
Text Example
White with #4D6595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6595; }
p { color: rgb(77,101,149); }
H1.HeaderClassName
{
color: #4D6595;
}
.AnyTagClassName
{
color: #4D6595;
}
</style>
background-color css
<style>
a { background-color: #4D6595; }
a { background-color: rgb(77,101,149); }
div.DivClassName
{
background-color: #4D6595;
}
.BgClassName
{
background-color: #4D6595;
}
</style>
border-color css
<style>
span { border-color: #4D6595; }
span { border-color: rgb(77,101,149); }
td.TdClassName
{
border-color: #4D6595;
}
.TagClassName
{
border-color: #4D6595;
}
</style>