Shades of San Marino #4E639C
Tints of San Marino #4E639C
RGB
CMYK
RGB Variations
Color information
#4E639C (or 0x4E639C) is known color: San Marino. HEX triplet: 4E, 63 and 9C. RGB value is (78,99,156). Sum of RGB (Red+Green+Blue) = 78+99+156=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E639C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E639C is #B19C63. Grayscale: #626262. Windows color (decimal): -11639908 or 10249038. OLE color: 10249038.
HSL color Cylindrical-coordinate representation of color #4E639C: hue angle of 223.85º 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 #4E639C is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 99 | 156 | - |
| CMYK | 0.5 | 0.37 | 0 | 0.39 |
| HSL | 223.85º | 0.33% | 0.46% | - |
| HSV(B) | 223.85º | 0.5% | 0.61% | - |
| XYZ | 13.6 | 12.94 | 33.23 | - |
| YUV | 99.22 | 160.04 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 156 | 0.5 | 0.37 | 0 | 0.39 | 223.85 | 0.33 | 0.46 |
| Hex | 4E | 63 | 9C | 32 | 25 | 0 | 27 | E0 | 21 | 2E |
| Octal | 116 | 143 | 234 | 62 | 45 | 0 | 47 | 340 | 41 | 56 |
| Binary | 1001110 | 1100011 | 10011100 | 110010 | 100101 | 0 | 100111 | 11100000 | 100001 | 101110 |
Color Harmonies of #4E639C
Complementary color
Monochromatic Colors of #4E639C
Black with #4E639C
Text Example
Text Example
White with #4E639C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E639C; }
p { color: rgb(78,99,156); }
H1.HeaderClassName
{
color: #4E639C;
}
.AnyTagClassName
{
color: #4E639C;
}
</style>
background-color css
<style>
a { background-color: #4E639C; }
a { background-color: rgb(78,99,156); }
div.DivClassName
{
background-color: #4E639C;
}
.BgClassName
{
background-color: #4E639C;
}
</style>
border-color css
<style>
span { border-color: #4E639C; }
span { border-color: rgb(78,99,156); }
td.TdClassName
{
border-color: #4E639C;
}
.TagClassName
{
border-color: #4E639C;
}
</style>