Shades of San Marino #4D779B
Tints of San Marino #4D779B
RGB
CMYK
RGB Variations
Color information
#4D779B (or 0x4D779B) is known color: San Marino. HEX triplet: 4D, 77 and 9B. RGB value is (77,119,155). Sum of RGB (Red+Green+Blue) = 77+119+155=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D779B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D779B is #B28864. Grayscale: #6E6E6E. Windows color (decimal): -11700325 or 10188621. OLE color: 10188621.
HSL color Cylindrical-coordinate representation of color #4D779B: hue angle of 207.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D779B is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 119 | 155 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.39 |
| HSL | 207.69º | 0.34% | 0.45% | - |
| HSV(B) | 207.69º | 0.5% | 0.61% | - |
| XYZ | 15.57 | 17.14 | 33.5 | - |
| YUV | 110.55 | 153.09 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 155 | 0.50 | 0.23 | 0 | 0.39 | 207.69 | 0.34 | 0.45 |
| Hex | 4D | 77 | 9B | 32 | 17 | 0 | 27 | D0 | 22 | 2D |
| Octal | 115 | 167 | 233 | 62 | 27 | 0 | 47 | 320 | 42 | 55 |
| Binary | 1001101 | 1110111 | 10011011 | 110010 | 10111 | 0 | 100111 | 11010000 | 100010 | 101101 |
Color Harmonies of #4D779B
Complementary color
Monochromatic Colors of #4D779B
Black with #4D779B
Text Example
Text Example
White with #4D779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D779B; }
p { color: rgb(77,119,155); }
H1.HeaderClassName
{
color: #4D779B;
}
.AnyTagClassName
{
color: #4D779B;
}
</style>
background-color css
<style>
a { background-color: #4D779B; }
a { background-color: rgb(77,119,155); }
div.DivClassName
{
background-color: #4D779B;
}
.BgClassName
{
background-color: #4D779B;
}
</style>
border-color css
<style>
span { border-color: #4D779B; }
span { border-color: rgb(77,119,155); }
td.TdClassName
{
border-color: #4D779B;
}
.TagClassName
{
border-color: #4D779B;
}
</style>