Shades of San Marino #4D6999
Tints of San Marino #4D6999
RGB
CMYK
RGB Variations
Color information
#4D6999 (or 0x4D6999) is known color: San Marino. HEX triplet: 4D, 69 and 99. RGB value is (77,105,153). Sum of RGB (Red+Green+Blue) = 77+105+153=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D6999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6999 is #B29666. Grayscale: #656565. Windows color (decimal): -11703911 or 10053965. OLE color: 10053965.
HSL color Cylindrical-coordinate representation of color #4D6999: hue angle of 217.89º 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 #4D6999 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 105 | 153 | - |
| CMYK | 0.50 | 0.31 | 0 | 0.4 |
| HSL | 217.89º | 0.33% | 0.45% | - |
| HSV(B) | 217.89º | 0.5% | 0.6% | - |
| XYZ | 13.86 | 13.98 | 32.1 | - |
| YUV | 102.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 153 | 0.50 | 0.31 | 0 | 0.4 | 217.89 | 0.33 | 0.45 |
| Hex | 4D | 69 | 99 | 32 | 1F | 0 | 28 | DA | 21 | 2D |
| Octal | 115 | 151 | 231 | 62 | 37 | 0 | 50 | 332 | 41 | 55 |
| Binary | 1001101 | 1101001 | 10011001 | 110010 | 11111 | 0 | 101000 | 11011010 | 100001 | 101101 |
Color Harmonies of #4D6999
Complementary color
Monochromatic Colors of #4D6999
Black with #4D6999
Text Example
Text Example
White with #4D6999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6999; }
p { color: rgb(77,105,153); }
H1.HeaderClassName
{
color: #4D6999;
}
.AnyTagClassName
{
color: #4D6999;
}
</style>
background-color css
<style>
a { background-color: #4D6999; }
a { background-color: rgb(77,105,153); }
div.DivClassName
{
background-color: #4D6999;
}
.BgClassName
{
background-color: #4D6999;
}
</style>
border-color css
<style>
span { border-color: #4D6999; }
span { border-color: rgb(77,105,153); }
td.TdClassName
{
border-color: #4D6999;
}
.TagClassName
{
border-color: #4D6999;
}
</style>