Shades of San Marino #4E6BAB
Tints of San Marino #4E6BAB
RGB
CMYK
RGB Variations
Color information
#4E6BAB (or 0x4E6BAB) is known color: San Marino. HEX triplet: 4E, 6B and AB. RGB value is (78,107,171). Sum of RGB (Red+Green+Blue) = 78+107+171=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #4E6BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6BAB is #B19454. Grayscale: #696969. Windows color (decimal): -11637845 or 11234126. OLE color: 11234126.
HSL color Cylindrical-coordinate representation of color #4E6BAB: hue angle of 221.29º 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 #4E6BAB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 107 | 171 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.33 |
| HSL | 221.29º | 0.37% | 0.49% | - |
| HSV(B) | 221.29º | 0.54% | 0.67% | - |
| XYZ | 15.75 | 15.08 | 40.61 | - |
| YUV | 105.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 171 | 0.54 | 0.37 | 0 | 0.33 | 221.29 | 0.37 | 0.49 |
| Hex | 4E | 6B | AB | 36 | 25 | 0 | 21 | DD | 25 | 31 |
| Octal | 116 | 153 | 253 | 66 | 45 | 0 | 41 | 335 | 45 | 61 |
| Binary | 1001110 | 1101011 | 10101011 | 110110 | 100101 | 0 | 100001 | 11011101 | 100101 | 110001 |
Color Harmonies of #4E6BAB
Complementary color
Monochromatic Colors of #4E6BAB
Black with #4E6BAB
Text Example
Text Example
White with #4E6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BAB; }
p { color: rgb(78,107,171); }
H1.HeaderClassName
{
color: #4E6BAB;
}
.AnyTagClassName
{
color: #4E6BAB;
}
</style>
background-color css
<style>
a { background-color: #4E6BAB; }
a { background-color: rgb(78,107,171); }
div.DivClassName
{
background-color: #4E6BAB;
}
.BgClassName
{
background-color: #4E6BAB;
}
</style>
border-color css
<style>
span { border-color: #4E6BAB; }
span { border-color: rgb(78,107,171); }
td.TdClassName
{
border-color: #4E6BAB;
}
.TagClassName
{
border-color: #4E6BAB;
}
</style>