Shades of San Marino #4D689D
Tints of San Marino #4D689D
RGB
CMYK
RGB Variations
Color information
#4D689D (or 0x4D689D) is known color: San Marino. HEX triplet: 4D, 68 and 9D. RGB value is (77,104,157). Sum of RGB (Red+Green+Blue) = 77+104+157=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D689D is #B29762. Grayscale: #656565. Windows color (decimal): -11704163 or 10315853. OLE color: 10315853.
HSL color Cylindrical-coordinate representation of color #4D689D: hue angle of 219.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D689D is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 104 | 157 | - |
| CMYK | 0.51 | 0.34 | 0 | 0.38 |
| HSL | 219.75º | 0.34% | 0.46% | - |
| HSV(B) | 219.75º | 0.51% | 0.62% | - |
| XYZ | 14.1 | 13.91 | 33.84 | - |
| YUV | 101.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 157 | 0.51 | 0.34 | 0 | 0.38 | 219.75 | 0.34 | 0.46 |
| Hex | 4D | 68 | 9D | 33 | 22 | 0 | 26 | DC | 22 | 2E |
| Octal | 115 | 150 | 235 | 63 | 42 | 0 | 46 | 334 | 42 | 56 |
| Binary | 1001101 | 1101000 | 10011101 | 110011 | 100010 | 0 | 100110 | 11011100 | 100010 | 101110 |
Color Harmonies of #4D689D
Complementary color
Monochromatic Colors of #4D689D
Black with #4D689D
Text Example
Text Example
White with #4D689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D689D; }
p { color: rgb(77,104,157); }
H1.HeaderClassName
{
color: #4D689D;
}
.AnyTagClassName
{
color: #4D689D;
}
</style>
background-color css
<style>
a { background-color: #4D689D; }
a { background-color: rgb(77,104,157); }
div.DivClassName
{
background-color: #4D689D;
}
.BgClassName
{
background-color: #4D689D;
}
</style>
border-color css
<style>
span { border-color: #4D689D; }
span { border-color: rgb(77,104,157); }
td.TdClassName
{
border-color: #4D689D;
}
.TagClassName
{
border-color: #4D689D;
}
</style>