Shades of San Marino #4D6B99
Tints of San Marino #4D6B99
RGB
CMYK
RGB Variations
Color information
#4D6B99 (or 0x4D6B99) is known color: San Marino. HEX triplet: 4D, 6B and 99. RGB value is (77,107,153). Sum of RGB (Red+Green+Blue) = 77+107+153=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D6B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6B99 is #B29466. Grayscale: #676767. Windows color (decimal): -11703399 or 10054477. OLE color: 10054477.
HSL color Cylindrical-coordinate representation of color #4D6B99: hue angle of 216.32º 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 #4D6B99 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 107 | 153 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.4 |
| HSL | 216.32º | 0.33% | 0.45% | - |
| HSV(B) | 216.32º | 0.5% | 0.6% | - |
| XYZ | 14.07 | 14.39 | 32.17 | - |
| YUV | 103.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 153 | 0.50 | 0.30 | 0 | 0.4 | 216.32 | 0.33 | 0.45 |
| Hex | 4D | 6B | 99 | 32 | 1E | 0 | 28 | D8 | 21 | 2D |
| Octal | 115 | 153 | 231 | 62 | 36 | 0 | 50 | 330 | 41 | 55 |
| Binary | 1001101 | 1101011 | 10011001 | 110010 | 11110 | 0 | 101000 | 11011000 | 100001 | 101101 |
Color Harmonies of #4D6B99
Complementary color
Monochromatic Colors of #4D6B99
Black with #4D6B99
Text Example
Text Example
White with #4D6B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B99; }
p { color: rgb(77,107,153); }
H1.HeaderClassName
{
color: #4D6B99;
}
.AnyTagClassName
{
color: #4D6B99;
}
</style>
background-color css
<style>
a { background-color: #4D6B99; }
a { background-color: rgb(77,107,153); }
div.DivClassName
{
background-color: #4D6B99;
}
.BgClassName
{
background-color: #4D6B99;
}
</style>
border-color css
<style>
span { border-color: #4D6B99; }
span { border-color: rgb(77,107,153); }
td.TdClassName
{
border-color: #4D6B99;
}
.TagClassName
{
border-color: #4D6B99;
}
</style>