Shades of San Marino #4D6993
Tints of San Marino #4D6993
RGB
CMYK
RGB Variations
Color information
#4D6993 (or 0x4D6993) is known color: San Marino. HEX triplet: 4D, 69 and 93. RGB value is (77,105,147). Sum of RGB (Red+Green+Blue) = 77+105+147=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D6993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6993 is #B2966C. Grayscale: #656565. Windows color (decimal): -11703917 or 9660749. OLE color: 9660749.
HSL color Cylindrical-coordinate representation of color #4D6993: hue angle of 216º degrees, saturation: 0.31, 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 #4D6993 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 105 | 147 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.42 |
| HSL | 216º | 0.31% | 0.44% | - |
| HSV(B) | 216º | 0.48% | 0.58% | - |
| XYZ | 13.38 | 13.79 | 29.56 | - |
| YUV | 101.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 147 | 0.48 | 0.29 | 0 | 0.42 | 216 | 0.31 | 0.44 |
| Hex | 4D | 69 | 93 | 30 | 1D | 0 | 2A | D8 | 1F | 2C |
| Octal | 115 | 151 | 223 | 60 | 35 | 0 | 52 | 330 | 37 | 54 |
| Binary | 1001101 | 1101001 | 10010011 | 110000 | 11101 | 0 | 101010 | 11011000 | 11111 | 101100 |
Color Harmonies of #4D6993
Complementary color
Monochromatic Colors of #4D6993
Black with #4D6993
Text Example
Text Example
White with #4D6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6993; }
p { color: rgb(77,105,147); }
H1.HeaderClassName
{
color: #4D6993;
}
.AnyTagClassName
{
color: #4D6993;
}
</style>
background-color css
<style>
a { background-color: #4D6993; }
a { background-color: rgb(77,105,147); }
div.DivClassName
{
background-color: #4D6993;
}
.BgClassName
{
background-color: #4D6993;
}
</style>
border-color css
<style>
span { border-color: #4D6993; }
span { border-color: rgb(77,105,147); }
td.TdClassName
{
border-color: #4D6993;
}
.TagClassName
{
border-color: #4D6993;
}
</style>