Shades of San Marino #4970A7
Tints of San Marino #4970A7
RGB
CMYK
RGB Variations
Color information
#4970A7 (or 0x4970A7) is known color: San Marino. HEX triplet: 49, 70 and A7. RGB value is (73,112,167). Sum of RGB (Red+Green+Blue) = 73+112+167=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 167 (65.62% from 255 or 47.44% from 352); Max value from RGB is 167 - color contains mainly: blue. Hex color #4970A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4970A7 is #B68F58. Grayscale: #6A6A6A. Windows color (decimal): -11964249 or 10973257. OLE color: 10973257.
HSL color Cylindrical-coordinate representation of color #4970A7: hue angle of 215.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4970A7 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 112 | 167 | - |
| CMYK | 0.56 | 0.33 | 0 | 0.35 |
| HSL | 215.11º | 0.39% | 0.47% | - |
| HSV(B) | 215.11º | 0.56% | 0.65% | - |
| XYZ | 15.52 | 15.79 | 38.79 | - |
| YUV | 106.61 | 162.08 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 167 | 0.56 | 0.33 | 0 | 0.35 | 215.11 | 0.39 | 0.47 |
| Hex | 49 | 70 | A7 | 38 | 21 | 0 | 23 | D7 | 27 | 2F |
| Octal | 111 | 160 | 247 | 70 | 41 | 0 | 43 | 327 | 47 | 57 |
| Binary | 1001001 | 1110000 | 10100111 | 111000 | 100001 | 0 | 100011 | 11010111 | 100111 | 101111 |
Color Harmonies of #4970A7
Complementary color
Monochromatic Colors of #4970A7
Black with #4970A7
Text Example
Text Example
White with #4970A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970A7; }
p { color: rgb(73,112,167); }
H1.HeaderClassName
{
color: #4970A7;
}
.AnyTagClassName
{
color: #4970A7;
}
</style>
background-color css
<style>
a { background-color: #4970A7; }
a { background-color: rgb(73,112,167); }
div.DivClassName
{
background-color: #4970A7;
}
.BgClassName
{
background-color: #4970A7;
}
</style>
border-color css
<style>
span { border-color: #4970A7; }
span { border-color: rgb(73,112,167); }
td.TdClassName
{
border-color: #4970A7;
}
.TagClassName
{
border-color: #4970A7;
}
</style>