Shades of San Marino #4E7299
Tints of San Marino #4E7299
RGB
CMYK
RGB Variations
Color information
#4E7299 (or 0x4E7299) is known color: San Marino. HEX triplet: 4E, 72 and 99. RGB value is (78,114,153). Sum of RGB (Red+Green+Blue) = 78+114+153=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #4E7299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7299 is #B18D66. Grayscale: #6B6B6B. Windows color (decimal): -11636071 or 10056270. OLE color: 10056270.
HSL color Cylindrical-coordinate representation of color #4E7299: hue angle of 211.2º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E7299 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 78 | 114 | 153 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.4 |
| HSL | 211.2º | 0.32% | 0.45% | - |
| HSV(B) | 211.2º | 0.49% | 0.6% | - |
| XYZ | 14.91 | 15.95 | 32.43 | - |
| YUV | 107.68 | 153.57 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 114 | 153 | 0.49 | 0.25 | 0 | 0.4 | 211.2 | 0.32 | 0.45 |
| Hex | 4E | 72 | 99 | 31 | 19 | 0 | 28 | D3 | 20 | 2D |
| Octal | 116 | 162 | 231 | 61 | 31 | 0 | 50 | 323 | 40 | 55 |
| Binary | 1001110 | 1110010 | 10011001 | 110001 | 11001 | 0 | 101000 | 11010011 | 100000 | 101101 |
Color Harmonies of #4E7299
Complementary color
Monochromatic Colors of #4E7299
Black with #4E7299
Text Example
Text Example
White with #4E7299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7299; }
p { color: rgb(78,114,153); }
H1.HeaderClassName
{
color: #4E7299;
}
.AnyTagClassName
{
color: #4E7299;
}
</style>
background-color css
<style>
a { background-color: #4E7299; }
a { background-color: rgb(78,114,153); }
div.DivClassName
{
background-color: #4E7299;
}
.BgClassName
{
background-color: #4E7299;
}
</style>
border-color css
<style>
span { border-color: #4E7299; }
span { border-color: rgb(78,114,153); }
td.TdClassName
{
border-color: #4E7299;
}
.TagClassName
{
border-color: #4E7299;
}
</style>