Shades of San Marino #4D6EAB
Tints of San Marino #4D6EAB
RGB
CMYK
RGB Variations
Color information
#4D6EAB (or 0x4D6EAB) is known color: San Marino. HEX triplet: 4D, 6E and AB. RGB value is (77,110,171). Sum of RGB (Red+Green+Blue) = 77+110+171=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D6EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6EAB is #B29154. Grayscale: #6A6A6A. Windows color (decimal): -11702613 or 11234893. OLE color: 11234893.
HSL color Cylindrical-coordinate representation of color #4D6EAB: hue angle of 218.94º 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 #4D6EAB is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 110 | 171 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.33 |
| HSL | 218.94º | 0.38% | 0.49% | - |
| HSV(B) | 218.94º | 0.55% | 0.67% | - |
| XYZ | 15.99 | 15.67 | 40.71 | - |
| YUV | 107.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 171 | 0.55 | 0.36 | 0 | 0.33 | 218.94 | 0.38 | 0.49 |
| Hex | 4D | 6E | AB | 37 | 24 | 0 | 21 | DB | 26 | 31 |
| Octal | 115 | 156 | 253 | 67 | 44 | 0 | 41 | 333 | 46 | 61 |
| Binary | 1001101 | 1101110 | 10101011 | 110111 | 100100 | 0 | 100001 | 11011011 | 100110 | 110001 |
Color Harmonies of #4D6EAB
Complementary color
Monochromatic Colors of #4D6EAB
Black with #4D6EAB
Text Example
Text Example
White with #4D6EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6EAB; }
p { color: rgb(77,110,171); }
H1.HeaderClassName
{
color: #4D6EAB;
}
.AnyTagClassName
{
color: #4D6EAB;
}
</style>
background-color css
<style>
a { background-color: #4D6EAB; }
a { background-color: rgb(77,110,171); }
div.DivClassName
{
background-color: #4D6EAB;
}
.BgClassName
{
background-color: #4D6EAB;
}
</style>
border-color css
<style>
span { border-color: #4D6EAB; }
span { border-color: rgb(77,110,171); }
td.TdClassName
{
border-color: #4D6EAB;
}
.TagClassName
{
border-color: #4D6EAB;
}
</style>