Shades of San Marino #4D789B
Tints of San Marino #4D789B
RGB
CMYK
RGB Variations
Color information
#4D789B (or 0x4D789B) is known color: San Marino. HEX triplet: 4D, 78 and 9B. RGB value is (77,120,155). Sum of RGB (Red+Green+Blue) = 77+120+155=352 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.88% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D789B is #B28764. Grayscale: #6E6E6E. Windows color (decimal): -11700069 or 10188877. OLE color: 10188877.
HSL color Cylindrical-coordinate representation of color #4D789B: hue angle of 206.92º 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 #4D789B is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 120 | 155 | - |
| CMYK | 0.50 | 0.23 | 0 | 0.39 |
| HSL | 206.92º | 0.34% | 0.45% | - |
| HSV(B) | 206.92º | 0.5% | 0.61% | - |
| XYZ | 15.69 | 17.38 | 33.54 | - |
| YUV | 111.13 | 152.75 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 155 | 0.50 | 0.23 | 0 | 0.39 | 206.92 | 0.34 | 0.45 |
| Hex | 4D | 78 | 9B | 32 | 17 | 0 | 27 | CF | 22 | 2D |
| Octal | 115 | 170 | 233 | 62 | 27 | 0 | 47 | 317 | 42 | 55 |
| Binary | 1001101 | 1111000 | 10011011 | 110010 | 10111 | 0 | 100111 | 11001111 | 100010 | 101101 |
Color Harmonies of #4D789B
Complementary color
Monochromatic Colors of #4D789B
Black with #4D789B
Text Example
Text Example
White with #4D789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D789B; }
p { color: rgb(77,120,155); }
H1.HeaderClassName
{
color: #4D789B;
}
.AnyTagClassName
{
color: #4D789B;
}
</style>
background-color css
<style>
a { background-color: #4D789B; }
a { background-color: rgb(77,120,155); }
div.DivClassName
{
background-color: #4D789B;
}
.BgClassName
{
background-color: #4D789B;
}
</style>
border-color css
<style>
span { border-color: #4D789B; }
span { border-color: rgb(77,120,155); }
td.TdClassName
{
border-color: #4D789B;
}
.TagClassName
{
border-color: #4D789B;
}
</style>