Shades of San Marino #4D6599
Tints of San Marino #4D6599
RGB
CMYK
RGB Variations
Color information
#4D6599 (or 0x4D6599) is known color: San Marino. HEX triplet: 4D, 65 and 99. RGB value is (77,101,153). Sum of RGB (Red+Green+Blue) = 77+101+153=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D6599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6599 is #B29A66. Grayscale: #636363. Windows color (decimal): -11704935 or 10052941. OLE color: 10052941.
HSL color Cylindrical-coordinate representation of color #4D6599: hue angle of 221.05º 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 #4D6599 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 101 | 153 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.4 |
| HSL | 221.05º | 0.33% | 0.45% | - |
| HSV(B) | 221.05º | 0.5% | 0.6% | - |
| XYZ | 13.46 | 13.19 | 31.97 | - |
| YUV | 99.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 101 | 153 | 0.50 | 0.34 | 0 | 0.4 | 221.05 | 0.33 | 0.45 |
| Hex | 4D | 65 | 99 | 32 | 22 | 0 | 28 | DD | 21 | 2D |
| Octal | 115 | 145 | 231 | 62 | 42 | 0 | 50 | 335 | 41 | 55 |
| Binary | 1001101 | 1100101 | 10011001 | 110010 | 100010 | 0 | 101000 | 11011101 | 100001 | 101101 |
Color Harmonies of #4D6599
Complementary color
Monochromatic Colors of #4D6599
Black with #4D6599
Text Example
Text Example
White with #4D6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6599; }
p { color: rgb(77,101,153); }
H1.HeaderClassName
{
color: #4D6599;
}
.AnyTagClassName
{
color: #4D6599;
}
</style>
background-color css
<style>
a { background-color: #4D6599; }
a { background-color: rgb(77,101,153); }
div.DivClassName
{
background-color: #4D6599;
}
.BgClassName
{
background-color: #4D6599;
}
</style>
border-color css
<style>
span { border-color: #4D6599; }
span { border-color: rgb(77,101,153); }
td.TdClassName
{
border-color: #4D6599;
}
.TagClassName
{
border-color: #4D6599;
}
</style>