Shades of San Marino #4A6AAD
Tints of San Marino #4A6AAD
RGB
CMYK
RGB Variations
Color information
#4A6AAD (or 0x4A6AAD) is known color: San Marino. HEX triplet: 4A, 6A and AD. RGB value is (74,106,173). Sum of RGB (Red+Green+Blue) = 74+106+173=353 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.96% from 353); Green value is 106 (41.80% from 255 or 30.03% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A6AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6AAD is #B59552. Grayscale: #676767. Windows color (decimal): -11900243 or 11364938. OLE color: 11364938.
HSL color Cylindrical-coordinate representation of color #4A6AAD: hue angle of 220.61º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A6AAD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 106 | 173 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.32 |
| HSL | 220.61º | 0.4% | 0.48% | - |
| HSV(B) | 220.61º | 0.57% | 0.68% | - |
| XYZ | 15.52 | 14.78 | 41.57 | - |
| YUV | 104.07 | 166.9 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 173 | 0.57 | 0.39 | 0 | 0.32 | 220.61 | 0.4 | 0.48 |
| Hex | 4A | 6A | AD | 39 | 27 | 0 | 20 | DD | 28 | 30 |
| Octal | 112 | 152 | 255 | 71 | 47 | 0 | 40 | 335 | 50 | 60 |
| Binary | 1001010 | 1101010 | 10101101 | 111001 | 100111 | 0 | 100000 | 11011101 | 101000 | 110000 |
Color Harmonies of #4A6AAD
Complementary color
Monochromatic Colors of #4A6AAD
Black with #4A6AAD
Text Example
Text Example
White with #4A6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6AAD; }
p { color: rgb(74,106,173); }
H1.HeaderClassName
{
color: #4A6AAD;
}
.AnyTagClassName
{
color: #4A6AAD;
}
</style>
background-color css
<style>
a { background-color: #4A6AAD; }
a { background-color: rgb(74,106,173); }
div.DivClassName
{
background-color: #4A6AAD;
}
.BgClassName
{
background-color: #4A6AAD;
}
</style>
border-color css
<style>
span { border-color: #4A6AAD; }
span { border-color: rgb(74,106,173); }
td.TdClassName
{
border-color: #4A6AAD;
}
.TagClassName
{
border-color: #4A6AAD;
}
</style>