Shades of San Marino #4D789D
Tints of San Marino #4D789D
RGB
CMYK
RGB Variations
Color information
#4D789D (or 0x4D789D) is known color: San Marino. HEX triplet: 4D, 78 and 9D. RGB value is (77,120,157). Sum of RGB (Red+Green+Blue) = 77+120+157=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D789D is #B28762. Grayscale: #6F6F6F. Windows color (decimal): -11700067 or 10319949. OLE color: 10319949.
HSL color Cylindrical-coordinate representation of color #4D789D: hue angle of 207.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 #4D789D is Cyan = 0.51, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 120 | 157 | - |
| CMYK | 0.51 | 0.24 | 0 | 0.38 |
| HSL | 207.75º | 0.34% | 0.46% | - |
| HSV(B) | 207.75º | 0.51% | 0.62% | - |
| XYZ | 15.86 | 17.45 | 34.43 | - |
| YUV | 111.36 | 153.75 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 120 | 157 | 0.51 | 0.24 | 0 | 0.38 | 207.75 | 0.34 | 0.46 |
| Hex | 4D | 78 | 9D | 33 | 18 | 0 | 26 | D0 | 22 | 2E |
| Octal | 115 | 170 | 235 | 63 | 30 | 0 | 46 | 320 | 42 | 56 |
| Binary | 1001101 | 1111000 | 10011101 | 110011 | 11000 | 0 | 100110 | 11010000 | 100010 | 101110 |
Color Harmonies of #4D789D
Complementary color
Monochromatic Colors of #4D789D
Black with #4D789D
Text Example
Text Example
White with #4D789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D789D; }
p { color: rgb(77,120,157); }
H1.HeaderClassName
{
color: #4D789D;
}
.AnyTagClassName
{
color: #4D789D;
}
</style>
background-color css
<style>
a { background-color: #4D789D; }
a { background-color: rgb(77,120,157); }
div.DivClassName
{
background-color: #4D789D;
}
.BgClassName
{
background-color: #4D789D;
}
</style>
border-color css
<style>
span { border-color: #4D789D; }
span { border-color: rgb(77,120,157); }
td.TdClassName
{
border-color: #4D789D;
}
.TagClassName
{
border-color: #4D789D;
}
</style>