Shades of San Marino #4974A3
Tints of San Marino #4974A3
RGB
CMYK
RGB Variations
Color information
#4974A3 (or 0x4974A3) is known color: San Marino. HEX triplet: 49, 74 and A3. RGB value is (73,116,163). Sum of RGB (Red+Green+Blue) = 73+116+163=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 163 (64.06% from 255 or 46.31% from 352); Max value from RGB is 163 - color contains mainly: blue. Hex color #4974A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4974A3 is #B68B5C. Grayscale: #6C6C6C. Windows color (decimal): -11963229 or 10712137. OLE color: 10712137.
HSL color Cylindrical-coordinate representation of color #4974A3: hue angle of 211.33º 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 #4974A3 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 116 | 163 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.36 |
| HSL | 211.33º | 0.38% | 0.46% | - |
| HSV(B) | 211.33º | 0.55% | 0.64% | - |
| XYZ | 15.6 | 16.55 | 37.02 | - |
| YUV | 108.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 116 | 163 | 0.55 | 0.29 | 0 | 0.36 | 211.33 | 0.38 | 0.46 |
| Hex | 49 | 74 | A3 | 37 | 1D | 0 | 24 | D3 | 26 | 2E |
| Octal | 111 | 164 | 243 | 67 | 35 | 0 | 44 | 323 | 46 | 56 |
| Binary | 1001001 | 1110100 | 10100011 | 110111 | 11101 | 0 | 100100 | 11010011 | 100110 | 101110 |
Color Harmonies of #4974A3
Complementary color
Monochromatic Colors of #4974A3
Black with #4974A3
Text Example
Text Example
White with #4974A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4974A3; }
p { color: rgb(73,116,163); }
H1.HeaderClassName
{
color: #4974A3;
}
.AnyTagClassName
{
color: #4974A3;
}
</style>
background-color css
<style>
a { background-color: #4974A3; }
a { background-color: rgb(73,116,163); }
div.DivClassName
{
background-color: #4974A3;
}
.BgClassName
{
background-color: #4974A3;
}
</style>
border-color css
<style>
span { border-color: #4974A3; }
span { border-color: rgb(73,116,163); }
td.TdClassName
{
border-color: #4974A3;
}
.TagClassName
{
border-color: #4974A3;
}
</style>