Shades of San Marino #4D6AA1
Tints of San Marino #4D6AA1
RGB
CMYK
RGB Variations
Color information
#4D6AA1 (or 0x4D6AA1) is known color: San Marino. HEX triplet: 4D, 6A and A1. RGB value is (77,106,161). Sum of RGB (Red+Green+Blue) = 77+106+161=344 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.38% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 161 - color contains mainly: blue. Hex color #4D6AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6AA1 is #B2955E. Grayscale: #676767. Windows color (decimal): -11703647 or 10578509. OLE color: 10578509.
HSL color Cylindrical-coordinate representation of color #4D6AA1: hue angle of 219.29º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D6AA1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 77 | 106 | 161 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.37 |
| HSL | 219.29º | 0.35% | 0.47% | - |
| HSV(B) | 219.29º | 0.52% | 0.63% | - |
| XYZ | 14.65 | 14.46 | 35.74 | - |
| YUV | 103.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 161 | 0.52 | 0.34 | 0 | 0.37 | 219.29 | 0.35 | 0.47 |
| Hex | 4D | 6A | A1 | 34 | 22 | 0 | 25 | DB | 23 | 2F |
| Octal | 115 | 152 | 241 | 64 | 42 | 0 | 45 | 333 | 43 | 57 |
| Binary | 1001101 | 1101010 | 10100001 | 110100 | 100010 | 0 | 100101 | 11011011 | 100011 | 101111 |
Color Harmonies of #4D6AA1
Complementary color
Monochromatic Colors of #4D6AA1
Black with #4D6AA1
Text Example
Text Example
White with #4D6AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6AA1; }
p { color: rgb(77,106,161); }
H1.HeaderClassName
{
color: #4D6AA1;
}
.AnyTagClassName
{
color: #4D6AA1;
}
</style>
background-color css
<style>
a { background-color: #4D6AA1; }
a { background-color: rgb(77,106,161); }
div.DivClassName
{
background-color: #4D6AA1;
}
.BgClassName
{
background-color: #4D6AA1;
}
</style>
border-color css
<style>
span { border-color: #4D6AA1; }
span { border-color: rgb(77,106,161); }
td.TdClassName
{
border-color: #4D6AA1;
}
.TagClassName
{
border-color: #4D6AA1;
}
</style>