Shades of San Marino #4B6AA2
Tints of San Marino #4B6AA2
RGB
CMYK
RGB Variations
Color information
#4B6AA2 (or 0x4B6AA2) is known color: San Marino. HEX triplet: 4B, 6A and A2. RGB value is (75,106,162). Sum of RGB (Red+Green+Blue) = 75+106+162=343 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.87% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #4B6AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6AA2 is #B4955D. Grayscale: #666666. Windows color (decimal): -11834718 or 10644043. OLE color: 10644043.
HSL color Cylindrical-coordinate representation of color #4B6AA2: hue angle of 218.62º 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 #4B6AA2 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 106 | 162 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.36 |
| HSL | 218.62º | 0.37% | 0.46% | - |
| HSV(B) | 218.62º | 0.54% | 0.64% | - |
| XYZ | 14.58 | 14.41 | 36.2 | - |
| YUV | 103.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 106 | 162 | 0.54 | 0.35 | 0 | 0.36 | 218.62 | 0.37 | 0.46 |
| Hex | 4B | 6A | A2 | 36 | 23 | 0 | 24 | DB | 25 | 2E |
| Octal | 113 | 152 | 242 | 66 | 43 | 0 | 44 | 333 | 45 | 56 |
| Binary | 1001011 | 1101010 | 10100010 | 110110 | 100011 | 0 | 100100 | 11011011 | 100101 | 101110 |
Color Harmonies of #4B6AA2
Complementary color
Monochromatic Colors of #4B6AA2
Black with #4B6AA2
Text Example
Text Example
White with #4B6AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6AA2; }
p { color: rgb(75,106,162); }
H1.HeaderClassName
{
color: #4B6AA2;
}
.AnyTagClassName
{
color: #4B6AA2;
}
</style>
background-color css
<style>
a { background-color: #4B6AA2; }
a { background-color: rgb(75,106,162); }
div.DivClassName
{
background-color: #4B6AA2;
}
.BgClassName
{
background-color: #4B6AA2;
}
</style>
border-color css
<style>
span { border-color: #4B6AA2; }
span { border-color: rgb(75,106,162); }
td.TdClassName
{
border-color: #4B6AA2;
}
.TagClassName
{
border-color: #4B6AA2;
}
</style>