Shades of San Marino #4A6A95
Tints of San Marino #4A6A95
RGB
CMYK
RGB Variations
Color information
#4A6A95 (or 0x4A6A95) is known color: San Marino. HEX triplet: 4A, 6A and 95. RGB value is (74,106,149). Sum of RGB (Red+Green+Blue) = 74+106+149=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #4A6A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6A95 is #B5956A. Grayscale: #656565. Windows color (decimal): -11900267 or 9792074. OLE color: 9792074.
HSL color Cylindrical-coordinate representation of color #4A6A95: hue angle of 214.4º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A6A95 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 74 | 106 | 149 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.42 |
| HSL | 214.4º | 0.34% | 0.44% | - |
| HSV(B) | 214.4º | 0.5% | 0.58% | - |
| XYZ | 13.4 | 13.93 | 30.42 | - |
| YUV | 101.33 | 154.9 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 149 | 0.50 | 0.29 | 0 | 0.42 | 214.4 | 0.34 | 0.44 |
| Hex | 4A | 6A | 95 | 32 | 1D | 0 | 2A | D6 | 22 | 2C |
| Octal | 112 | 152 | 225 | 62 | 35 | 0 | 52 | 326 | 42 | 54 |
| Binary | 1001010 | 1101010 | 10010101 | 110010 | 11101 | 0 | 101010 | 11010110 | 100010 | 101100 |
Color Harmonies of #4A6A95
Complementary color
Monochromatic Colors of #4A6A95
Black with #4A6A95
Text Example
Text Example
White with #4A6A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6A95; }
p { color: rgb(74,106,149); }
H1.HeaderClassName
{
color: #4A6A95;
}
.AnyTagClassName
{
color: #4A6A95;
}
</style>
background-color css
<style>
a { background-color: #4A6A95; }
a { background-color: rgb(74,106,149); }
div.DivClassName
{
background-color: #4A6A95;
}
.BgClassName
{
background-color: #4A6A95;
}
</style>
border-color css
<style>
span { border-color: #4A6A95; }
span { border-color: rgb(74,106,149); }
td.TdClassName
{
border-color: #4A6A95;
}
.TagClassName
{
border-color: #4A6A95;
}
</style>