Shades of San Marino #4B6EA2
Tints of San Marino #4B6EA2
RGB
CMYK
RGB Variations
Color information
#4B6EA2 (or 0x4B6EA2) is known color: San Marino. HEX triplet: 4B, 6E and A2. RGB value is (75,110,162). Sum of RGB (Red+Green+Blue) = 75+110+162=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B6EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6EA2 is #B4915D. Grayscale: #696969. Windows color (decimal): -11833694 or 10645067. OLE color: 10645067.
HSL color Cylindrical-coordinate representation of color #4B6EA2: hue angle of 215.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4B6EA2 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 110 | 162 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.36 |
| HSL | 215.86º | 0.37% | 0.46% | - |
| HSV(B) | 215.86º | 0.54% | 0.64% | - |
| XYZ | 15 | 15.26 | 36.34 | - |
| YUV | 105.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 110 | 162 | 0.54 | 0.32 | 0 | 0.36 | 215.86 | 0.37 | 0.46 |
| Hex | 4B | 6E | A2 | 36 | 20 | 0 | 24 | D8 | 25 | 2E |
| Octal | 113 | 156 | 242 | 66 | 40 | 0 | 44 | 330 | 45 | 56 |
| Binary | 1001011 | 1101110 | 10100010 | 110110 | 100000 | 0 | 100100 | 11011000 | 100101 | 101110 |
Color Harmonies of #4B6EA2
Complementary color
Monochromatic Colors of #4B6EA2
Black with #4B6EA2
Text Example
Text Example
White with #4B6EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6EA2; }
p { color: rgb(75,110,162); }
H1.HeaderClassName
{
color: #4B6EA2;
}
.AnyTagClassName
{
color: #4B6EA2;
}
</style>
background-color css
<style>
a { background-color: #4B6EA2; }
a { background-color: rgb(75,110,162); }
div.DivClassName
{
background-color: #4B6EA2;
}
.BgClassName
{
background-color: #4B6EA2;
}
</style>
border-color css
<style>
span { border-color: #4B6EA2; }
span { border-color: rgb(75,110,162); }
td.TdClassName
{
border-color: #4B6EA2;
}
.TagClassName
{
border-color: #4B6EA2;
}
</style>