Shades of San Marino #4E68AB
Tints of San Marino #4E68AB
RGB
CMYK
RGB Variations
Color information
#4E68AB (or 0x4E68AB) is known color: San Marino. HEX triplet: 4E, 68 and AB. RGB value is (78,104,171). Sum of RGB (Red+Green+Blue) = 78+104+171=353 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.10% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E68AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E68AB is #B19754. Grayscale: #676767. Windows color (decimal): -11638613 or 11233358. OLE color: 11233358.
HSL color Cylindrical-coordinate representation of color #4E68AB: hue angle of 223.23º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E68AB is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 104 | 171 | - |
| CMYK | 0.54 | 0.39 | 0 | 0.33 |
| HSL | 223.23º | 0.37% | 0.49% | - |
| HSV(B) | 223.23º | 0.54% | 0.67% | - |
| XYZ | 15.44 | 14.46 | 40.51 | - |
| YUV | 103.86 | 165.89 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 171 | 0.54 | 0.39 | 0 | 0.33 | 223.23 | 0.37 | 0.49 |
| Hex | 4E | 68 | AB | 36 | 27 | 0 | 21 | DF | 25 | 31 |
| Octal | 116 | 150 | 253 | 66 | 47 | 0 | 41 | 337 | 45 | 61 |
| Binary | 1001110 | 1101000 | 10101011 | 110110 | 100111 | 0 | 100001 | 11011111 | 100101 | 110001 |
Color Harmonies of #4E68AB
Complementary color
Monochromatic Colors of #4E68AB
Black with #4E68AB
Text Example
Text Example
White with #4E68AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E68AB; }
p { color: rgb(78,104,171); }
H1.HeaderClassName
{
color: #4E68AB;
}
.AnyTagClassName
{
color: #4E68AB;
}
</style>
background-color css
<style>
a { background-color: #4E68AB; }
a { background-color: rgb(78,104,171); }
div.DivClassName
{
background-color: #4E68AB;
}
.BgClassName
{
background-color: #4E68AB;
}
</style>
border-color css
<style>
span { border-color: #4E68AB; }
span { border-color: rgb(78,104,171); }
td.TdClassName
{
border-color: #4E68AB;
}
.TagClassName
{
border-color: #4E68AB;
}
</style>