Shades of San Marino #4D679F
Tints of San Marino #4D679F
RGB
CMYK
RGB Variations
Color information
#4D679F (or 0x4D679F) is known color: San Marino. HEX triplet: 4D, 67 and 9F. RGB value is (77,103,159). Sum of RGB (Red+Green+Blue) = 77+103+159=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 159 (62.5% from 255 or 46.90% from 339); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D679F is #B29860. Grayscale: #656565. Windows color (decimal): -11704417 or 10446669. OLE color: 10446669.
HSL color Cylindrical-coordinate representation of color #4D679F: hue angle of 220.98º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D679F is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 103 | 159 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.38 |
| HSL | 220.98º | 0.35% | 0.46% | - |
| HSV(B) | 220.98º | 0.52% | 0.62% | - |
| XYZ | 14.17 | 13.78 | 34.71 | - |
| YUV | 101.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 103 | 159 | 0.52 | 0.35 | 0 | 0.38 | 220.98 | 0.35 | 0.46 |
| Hex | 4D | 67 | 9F | 34 | 23 | 0 | 26 | DD | 23 | 2E |
| Octal | 115 | 147 | 237 | 64 | 43 | 0 | 46 | 335 | 43 | 56 |
| Binary | 1001101 | 1100111 | 10011111 | 110100 | 100011 | 0 | 100110 | 11011101 | 100011 | 101110 |
Color Harmonies of #4D679F
Complementary color
Monochromatic Colors of #4D679F
Black with #4D679F
Text Example
Text Example
White with #4D679F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D679F; }
p { color: rgb(77,103,159); }
H1.HeaderClassName
{
color: #4D679F;
}
.AnyTagClassName
{
color: #4D679F;
}
</style>
background-color css
<style>
a { background-color: #4D679F; }
a { background-color: rgb(77,103,159); }
div.DivClassName
{
background-color: #4D679F;
}
.BgClassName
{
background-color: #4D679F;
}
</style>
border-color css
<style>
span { border-color: #4D679F; }
span { border-color: rgb(77,103,159); }
td.TdClassName
{
border-color: #4D679F;
}
.TagClassName
{
border-color: #4D679F;
}
</style>