Shades of San Marino #4D6493
Tints of San Marino #4D6493
RGB
CMYK
RGB Variations
Color information
#4D6493 (or 0x4D6493) is known color: San Marino. HEX triplet: 4D, 64 and 93. RGB value is (77,100,147). Sum of RGB (Red+Green+Blue) = 77+100+147=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D6493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6493 is #B29B6C. Grayscale: #626262. Windows color (decimal): -11705197 or 9659469. OLE color: 9659469.
HSL color Cylindrical-coordinate representation of color #4D6493: hue angle of 220.29º 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 #4D6493 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 100 | 147 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.42 |
| HSL | 220.29º | 0.31% | 0.44% | - |
| HSV(B) | 220.29º | 0.48% | 0.58% | - |
| XYZ | 12.88 | 12.8 | 29.4 | - |
| YUV | 98.48 | 155.38 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 100 | 147 | 0.48 | 0.32 | 0 | 0.42 | 220.29 | 0.31 | 0.44 |
| Hex | 4D | 64 | 93 | 30 | 20 | 0 | 2A | DC | 1F | 2C |
| Octal | 115 | 144 | 223 | 60 | 40 | 0 | 52 | 334 | 37 | 54 |
| Binary | 1001101 | 1100100 | 10010011 | 110000 | 100000 | 0 | 101010 | 11011100 | 11111 | 101100 |
Color Harmonies of #4D6493
Complementary color
Monochromatic Colors of #4D6493
Black with #4D6493
Text Example
Text Example
White with #4D6493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6493; }
p { color: rgb(77,100,147); }
H1.HeaderClassName
{
color: #4D6493;
}
.AnyTagClassName
{
color: #4D6493;
}
</style>
background-color css
<style>
a { background-color: #4D6493; }
a { background-color: rgb(77,100,147); }
div.DivClassName
{
background-color: #4D6493;
}
.BgClassName
{
background-color: #4D6493;
}
</style>
border-color css
<style>
span { border-color: #4D6493; }
span { border-color: rgb(77,100,147); }
td.TdClassName
{
border-color: #4D6493;
}
.TagClassName
{
border-color: #4D6493;
}
</style>