Shades of San Marino #4974A2
Tints of San Marino #4974A2
RGB
CMYK
RGB Variations
Color information
#4974A2 (or 0x4974A2) is known color: San Marino. HEX triplet: 49, 74 and A2. RGB value is (73,116,162). Sum of RGB (Red+Green+Blue) = 73+116+162=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 162 (63.67% from 255 or 46.15% from 351); Max value from RGB is 162 - color contains mainly: blue. Hex color #4974A2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4974A2 is #B68B5D. Grayscale: #6C6C6C. Windows color (decimal): -11963230 or 10646601. OLE color: 10646601.
HSL color Cylindrical-coordinate representation of color #4974A2: hue angle of 211.01º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4974A2 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 116 | 162 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.36 |
| HSL | 211.01º | 0.38% | 0.46% | - |
| HSV(B) | 211.01º | 0.55% | 0.64% | - |
| XYZ | 15.51 | 16.52 | 36.55 | - |
| YUV | 108.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 162 | 0.55 | 0.28 | 0 | 0.36 | 211.01 | 0.38 | 0.46 |
| Hex | 49 | 74 | A2 | 37 | 1C | 0 | 24 | D3 | 26 | 2E |
| Octal | 111 | 164 | 242 | 67 | 34 | 0 | 44 | 323 | 46 | 56 |
| Binary | 1001001 | 1110100 | 10100010 | 110111 | 11100 | 0 | 100100 | 11010011 | 100110 | 101110 |
Color Harmonies of #4974A2
Complementary color
Monochromatic Colors of #4974A2
Black with #4974A2
Text Example
Text Example
White with #4974A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974A2; }
p { color: rgb(73,116,162); }
H1.HeaderClassName
{
color: #4974A2;
}
.AnyTagClassName
{
color: #4974A2;
}
</style>
background-color css
<style>
a { background-color: #4974A2; }
a { background-color: rgb(73,116,162); }
div.DivClassName
{
background-color: #4974A2;
}
.BgClassName
{
background-color: #4974A2;
}
</style>
border-color css
<style>
span { border-color: #4974A2; }
span { border-color: rgb(73,116,162); }
td.TdClassName
{
border-color: #4974A2;
}
.TagClassName
{
border-color: #4974A2;
}
</style>