Shades of San Marino #4D6CB9
Tints of San Marino #4D6CB9
RGB
CMYK
RGB Variations
Color information
#4D6CB9 (or 0x4D6CB9) is known color: San Marino. HEX triplet: 4D, 6C and B9. RGB value is (77,108,185). Sum of RGB (Red+Green+Blue) = 77+108+185=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #4D6CB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6CB9 is #B29346. Grayscale: #6B6B6B. Windows color (decimal): -11703111 or 12151885. OLE color: 12151885.
HSL color Cylindrical-coordinate representation of color #4D6CB9: hue angle of 222.78º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D6CB9 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 108 | 185 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.27 |
| HSL | 222.78º | 0.44% | 0.51% | - |
| HSV(B) | 222.78º | 0.58% | 0.73% | - |
| XYZ | 17.18 | 15.81 | 48.04 | - |
| YUV | 107.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 185 | 0.58 | 0.42 | 0 | 0.27 | 222.78 | 0.44 | 0.51 |
| Hex | 4D | 6C | B9 | 3A | 2A | 0 | 1B | DF | 2C | 33 |
| Octal | 115 | 154 | 271 | 72 | 52 | 0 | 33 | 337 | 54 | 63 |
| Binary | 1001101 | 1101100 | 10111001 | 111010 | 101010 | 0 | 11011 | 11011111 | 101100 | 110011 |
Color Harmonies of #4D6CB9
Complementary color
Monochromatic Colors of #4D6CB9
Black with #4D6CB9
Text Example
Text Example
White with #4D6CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CB9; }
p { color: rgb(77,108,185); }
H1.HeaderClassName
{
color: #4D6CB9;
}
.AnyTagClassName
{
color: #4D6CB9;
}
</style>
background-color css
<style>
a { background-color: #4D6CB9; }
a { background-color: rgb(77,108,185); }
div.DivClassName
{
background-color: #4D6CB9;
}
.BgClassName
{
background-color: #4D6CB9;
}
</style>
border-color css
<style>
span { border-color: #4D6CB9; }
span { border-color: rgb(77,108,185); }
td.TdClassName
{
border-color: #4D6CB9;
}
.TagClassName
{
border-color: #4D6CB9;
}
</style>