Shades of San Marino #4E759C
Tints of San Marino #4E759C
RGB
CMYK
RGB Variations
Color information
#4E759C (or 0x4E759C) is known color: San Marino. HEX triplet: 4E, 75 and 9C. RGB value is (78,117,156). Sum of RGB (Red+Green+Blue) = 78+117+156=351 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.22% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E759C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E759C is #B18A63. Grayscale: #6D6D6D. Windows color (decimal): -11635300 or 10253646. OLE color: 10253646.
HSL color Cylindrical-coordinate representation of color #4E759C: hue angle of 210º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E759C is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 117 | 156 | - |
| CMYK | 0.5 | 0.25 | 0 | 0.39 |
| HSL | 210º | 0.33% | 0.46% | - |
| HSV(B) | 210º | 0.5% | 0.61% | - |
| XYZ | 15.5 | 16.74 | 33.87 | - |
| YUV | 109.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 117 | 156 | 0.5 | 0.25 | 0 | 0.39 | 210 | 0.33 | 0.46 |
| Hex | 4E | 75 | 9C | 32 | 19 | 0 | 27 | D2 | 21 | 2E |
| Octal | 116 | 165 | 234 | 62 | 31 | 0 | 47 | 322 | 41 | 56 |
| Binary | 1001110 | 1110101 | 10011100 | 110010 | 11001 | 0 | 100111 | 11010010 | 100001 | 101110 |
Color Harmonies of #4E759C
Complementary color
Monochromatic Colors of #4E759C
Black with #4E759C
Text Example
Text Example
White with #4E759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E759C; }
p { color: rgb(78,117,156); }
H1.HeaderClassName
{
color: #4E759C;
}
.AnyTagClassName
{
color: #4E759C;
}
</style>
background-color css
<style>
a { background-color: #4E759C; }
a { background-color: rgb(78,117,156); }
div.DivClassName
{
background-color: #4E759C;
}
.BgClassName
{
background-color: #4E759C;
}
</style>
border-color css
<style>
span { border-color: #4E759C; }
span { border-color: rgb(78,117,156); }
td.TdClassName
{
border-color: #4E759C;
}
.TagClassName
{
border-color: #4E759C;
}
</style>