Shades of San Marino #4E6893
Tints of San Marino #4E6893
RGB
CMYK
RGB Variations
Color information
#4E6893 (or 0x4E6893) is known color: San Marino. HEX triplet: 4E, 68 and 93. RGB value is (78,104,147). Sum of RGB (Red+Green+Blue) = 78+104+147=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E6893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6893 is #B1976C. Grayscale: #646464. Windows color (decimal): -11638637 or 9660494. OLE color: 9660494.
HSL color Cylindrical-coordinate representation of color #4E6893: hue angle of 217.39º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E6893 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 104 | 147 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.42 |
| HSL | 217.39º | 0.31% | 0.44% | - |
| HSV(B) | 217.39º | 0.47% | 0.58% | - |
| XYZ | 13.36 | 13.63 | 29.53 | - |
| YUV | 101.13 | 153.89 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 147 | 0.47 | 0.29 | 0 | 0.42 | 217.39 | 0.31 | 0.44 |
| Hex | 4E | 68 | 93 | 2F | 1D | 0 | 2A | D9 | 1F | 2C |
| Octal | 116 | 150 | 223 | 57 | 35 | 0 | 52 | 331 | 37 | 54 |
| Binary | 1001110 | 1101000 | 10010011 | 101111 | 11101 | 0 | 101010 | 11011001 | 11111 | 101100 |
Color Harmonies of #4E6893
Complementary color
Monochromatic Colors of #4E6893
Black with #4E6893
Text Example
Text Example
White with #4E6893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6893; }
p { color: rgb(78,104,147); }
H1.HeaderClassName
{
color: #4E6893;
}
.AnyTagClassName
{
color: #4E6893;
}
</style>
background-color css
<style>
a { background-color: #4E6893; }
a { background-color: rgb(78,104,147); }
div.DivClassName
{
background-color: #4E6893;
}
.BgClassName
{
background-color: #4E6893;
}
</style>
border-color css
<style>
span { border-color: #4E6893; }
span { border-color: rgb(78,104,147); }
td.TdClassName
{
border-color: #4E6893;
}
.TagClassName
{
border-color: #4E6893;
}
</style>