Shades of San Marino #4D69A9
Tints of San Marino #4D69A9
RGB
CMYK
RGB Variations
Color information
#4D69A9 (or 0x4D69A9) is known color: San Marino. HEX triplet: 4D, 69 and A9. RGB value is (77,105,169). Sum of RGB (Red+Green+Blue) = 77+105+169=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #4D69A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D69A9 is #B29656. Grayscale: #676767. Windows color (decimal): -11703895 or 11102541. OLE color: 11102541.
HSL color Cylindrical-coordinate representation of color #4D69A9: hue angle of 221.74º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D69A9 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 105 | 169 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.34 |
| HSL | 221.74º | 0.37% | 0.48% | - |
| HSV(B) | 221.74º | 0.54% | 0.66% | - |
| XYZ | 15.27 | 14.55 | 39.54 | - |
| YUV | 103.92 | 164.72 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 169 | 0.54 | 0.38 | 0 | 0.34 | 221.74 | 0.37 | 0.48 |
| Hex | 4D | 69 | A9 | 36 | 26 | 0 | 22 | DE | 25 | 30 |
| Octal | 115 | 151 | 251 | 66 | 46 | 0 | 42 | 336 | 45 | 60 |
| Binary | 1001101 | 1101001 | 10101001 | 110110 | 100110 | 0 | 100010 | 11011110 | 100101 | 110000 |
Color Harmonies of #4D69A9
Complementary color
Monochromatic Colors of #4D69A9
Black with #4D69A9
Text Example
Text Example
White with #4D69A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D69A9; }
p { color: rgb(77,105,169); }
H1.HeaderClassName
{
color: #4D69A9;
}
.AnyTagClassName
{
color: #4D69A9;
}
</style>
background-color css
<style>
a { background-color: #4D69A9; }
a { background-color: rgb(77,105,169); }
div.DivClassName
{
background-color: #4D69A9;
}
.BgClassName
{
background-color: #4D69A9;
}
</style>
border-color css
<style>
span { border-color: #4D69A9; }
span { border-color: rgb(77,105,169); }
td.TdClassName
{
border-color: #4D69A9;
}
.TagClassName
{
border-color: #4D69A9;
}
</style>