Shades of San Marino #4A6AAE
Tints of San Marino #4A6AAE
RGB
CMYK
RGB Variations
Color information
#4A6AAE (or 0x4A6AAE) is known color: San Marino. HEX triplet: 4A, 6A and AE. RGB value is (74,106,174). Sum of RGB (Red+Green+Blue) = 74+106+174=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A6AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6AAE is #B59551. Grayscale: #676767. Windows color (decimal): -11900242 or 11430474. OLE color: 11430474.
HSL color Cylindrical-coordinate representation of color #4A6AAE: hue angle of 220.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A6AAE is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 106 | 174 | - |
| CMYK | 0.57 | 0.39 | 0 | 0.32 |
| HSL | 220.8º | 0.4% | 0.49% | - |
| HSV(B) | 220.8º | 0.57% | 0.68% | - |
| XYZ | 15.62 | 14.82 | 42.08 | - |
| YUV | 104.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 174 | 0.57 | 0.39 | 0 | 0.32 | 220.8 | 0.4 | 0.49 |
| Hex | 4A | 6A | AE | 39 | 27 | 0 | 20 | DD | 28 | 31 |
| Octal | 112 | 152 | 256 | 71 | 47 | 0 | 40 | 335 | 50 | 61 |
| Binary | 1001010 | 1101010 | 10101110 | 111001 | 100111 | 0 | 100000 | 11011101 | 101000 | 110001 |
Color Harmonies of #4A6AAE
Complementary color
Monochromatic Colors of #4A6AAE
Black with #4A6AAE
Text Example
Text Example
White with #4A6AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6AAE; }
p { color: rgb(74,106,174); }
H1.HeaderClassName
{
color: #4A6AAE;
}
.AnyTagClassName
{
color: #4A6AAE;
}
</style>
background-color css
<style>
a { background-color: #4A6AAE; }
a { background-color: rgb(74,106,174); }
div.DivClassName
{
background-color: #4A6AAE;
}
.BgClassName
{
background-color: #4A6AAE;
}
</style>
border-color css
<style>
span { border-color: #4A6AAE; }
span { border-color: rgb(74,106,174); }
td.TdClassName
{
border-color: #4A6AAE;
}
.TagClassName
{
border-color: #4A6AAE;
}
</style>