Shades of San Marino #4E639B
Tints of San Marino #4E639B
RGB
CMYK
RGB Variations
Color information
#4E639B (or 0x4E639B) is known color: San Marino. HEX triplet: 4E, 63 and 9B. RGB value is (78,99,155). Sum of RGB (Red+Green+Blue) = 78+99+155=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E639B is #B19C64. Grayscale: #626262. Windows color (decimal): -11639909 or 10183502. OLE color: 10183502.
HSL color Cylindrical-coordinate representation of color #4E639B: hue angle of 223.64º 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 #4E639B is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 99 | 155 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.39 |
| HSL | 223.64º | 0.33% | 0.46% | - |
| HSV(B) | 223.64º | 0.5% | 0.61% | - |
| XYZ | 13.52 | 12.91 | 32.79 | - |
| YUV | 99.11 | 159.54 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 155 | 0.50 | 0.36 | 0 | 0.39 | 223.64 | 0.33 | 0.46 |
| Hex | 4E | 63 | 9B | 32 | 24 | 0 | 27 | E0 | 21 | 2E |
| Octal | 116 | 143 | 233 | 62 | 44 | 0 | 47 | 340 | 41 | 56 |
| Binary | 1001110 | 1100011 | 10011011 | 110010 | 100100 | 0 | 100111 | 11100000 | 100001 | 101110 |
Color Harmonies of #4E639B
Complementary color
Monochromatic Colors of #4E639B
Black with #4E639B
Text Example
Text Example
White with #4E639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E639B; }
p { color: rgb(78,99,155); }
H1.HeaderClassName
{
color: #4E639B;
}
.AnyTagClassName
{
color: #4E639B;
}
</style>
background-color css
<style>
a { background-color: #4E639B; }
a { background-color: rgb(78,99,155); }
div.DivClassName
{
background-color: #4E639B;
}
.BgClassName
{
background-color: #4E639B;
}
</style>
border-color css
<style>
span { border-color: #4E639B; }
span { border-color: rgb(78,99,155); }
td.TdClassName
{
border-color: #4E639B;
}
.TagClassName
{
border-color: #4E639B;
}
</style>