Shades of San Marino #4E639D
Tints of San Marino #4E639D
RGB
CMYK
RGB Variations
Color information
#4E639D (or 0x4E639D) is known color: San Marino. HEX triplet: 4E, 63 and 9D. RGB value is (78,99,157). Sum of RGB (Red+Green+Blue) = 78+99+157=334 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.35% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E639D is #B19C62. Grayscale: #636363. Windows color (decimal): -11639907 or 10314574. OLE color: 10314574.
HSL color Cylindrical-coordinate representation of color #4E639D: hue angle of 224.05º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E639D is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 99 | 157 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.38 |
| HSL | 224.05º | 0.34% | 0.46% | - |
| HSV(B) | 224.05º | 0.5% | 0.62% | - |
| XYZ | 13.69 | 12.98 | 33.68 | - |
| YUV | 99.33 | 160.54 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 157 | 0.50 | 0.37 | 0 | 0.38 | 224.05 | 0.34 | 0.46 |
| Hex | 4E | 63 | 9D | 32 | 25 | 0 | 26 | E0 | 22 | 2E |
| Octal | 116 | 143 | 235 | 62 | 45 | 0 | 46 | 340 | 42 | 56 |
| Binary | 1001110 | 1100011 | 10011101 | 110010 | 100101 | 0 | 100110 | 11100000 | 100010 | 101110 |
Color Harmonies of #4E639D
Complementary color
Monochromatic Colors of #4E639D
Black with #4E639D
Text Example
Text Example
White with #4E639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E639D; }
p { color: rgb(78,99,157); }
H1.HeaderClassName
{
color: #4E639D;
}
.AnyTagClassName
{
color: #4E639D;
}
</style>
background-color css
<style>
a { background-color: #4E639D; }
a { background-color: rgb(78,99,157); }
div.DivClassName
{
background-color: #4E639D;
}
.BgClassName
{
background-color: #4E639D;
}
</style>
border-color css
<style>
span { border-color: #4E639D; }
span { border-color: rgb(78,99,157); }
td.TdClassName
{
border-color: #4E639D;
}
.TagClassName
{
border-color: #4E639D;
}
</style>