Shades of San Marino #4D76AB
Tints of San Marino #4D76AB
RGB
CMYK
RGB Variations
Color information
#4D76AB (or 0x4D76AB) is known color: San Marino. HEX triplet: 4D, 76 and AB. RGB value is (77,118,171). Sum of RGB (Red+Green+Blue) = 77+118+171=366 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.04% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D76AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D76AB is #B28954. Grayscale: #6F6F6F. Windows color (decimal): -11700565 or 11236941. OLE color: 11236941.
HSL color Cylindrical-coordinate representation of color #4D76AB: hue angle of 213.83º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D76AB is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 118 | 171 | - |
| CMYK | 0.55 | 0.31 | 0 | 0.33 |
| HSL | 213.83º | 0.38% | 0.49% | - |
| HSV(B) | 213.83º | 0.55% | 0.67% | - |
| XYZ | 16.89 | 17.47 | 41.01 | - |
| YUV | 111.78 | 161.42 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 118 | 171 | 0.55 | 0.31 | 0 | 0.33 | 213.83 | 0.38 | 0.49 |
| Hex | 4D | 76 | AB | 37 | 1F | 0 | 21 | D6 | 26 | 31 |
| Octal | 115 | 166 | 253 | 67 | 37 | 0 | 41 | 326 | 46 | 61 |
| Binary | 1001101 | 1110110 | 10101011 | 110111 | 11111 | 0 | 100001 | 11010110 | 100110 | 110001 |
Color Harmonies of #4D76AB
Complementary color
Monochromatic Colors of #4D76AB
Black with #4D76AB
Text Example
Text Example
White with #4D76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D76AB; }
p { color: rgb(77,118,171); }
H1.HeaderClassName
{
color: #4D76AB;
}
.AnyTagClassName
{
color: #4D76AB;
}
</style>
background-color css
<style>
a { background-color: #4D76AB; }
a { background-color: rgb(77,118,171); }
div.DivClassName
{
background-color: #4D76AB;
}
.BgClassName
{
background-color: #4D76AB;
}
</style>
border-color css
<style>
span { border-color: #4D76AB; }
span { border-color: rgb(77,118,171); }
td.TdClassName
{
border-color: #4D76AB;
}
.TagClassName
{
border-color: #4D76AB;
}
</style>