Shades of San Marino #4772A0
Tints of San Marino #4772A0
RGB
CMYK
RGB Variations
Color information
#4772A0 (or 0x4772A0) is known color: San Marino. HEX triplet: 47, 72 and A0. RGB value is (71,114,160). Sum of RGB (Red+Green+Blue) = 71+114+160=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 160 - color contains mainly: blue. Hex color #4772A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4772A0 is #B88D5F. Grayscale: #6A6A6A. Windows color (decimal): -12094816 or 10515015. OLE color: 10515015.
HSL color Cylindrical-coordinate representation of color #4772A0: hue angle of 211.01º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4772A0 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 114 | 160 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.37 |
| HSL | 211.01º | 0.39% | 0.45% | - |
| HSV(B) | 211.01º | 0.56% | 0.63% | - |
| XYZ | 14.96 | 15.91 | 35.54 | - |
| YUV | 106.39 | 158.25 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 160 | 0.56 | 0.29 | 0 | 0.37 | 211.01 | 0.39 | 0.45 |
| Hex | 47 | 72 | A0 | 38 | 1D | 0 | 25 | D3 | 27 | 2D |
| Octal | 107 | 162 | 240 | 70 | 35 | 0 | 45 | 323 | 47 | 55 |
| Binary | 1000111 | 1110010 | 10100000 | 111000 | 11101 | 0 | 100101 | 11010011 | 100111 | 101101 |
Color Harmonies of #4772A0
Complementary color
Monochromatic Colors of #4772A0
Black with #4772A0
Text Example
Text Example
White with #4772A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772A0; }
p { color: rgb(71,114,160); }
H1.HeaderClassName
{
color: #4772A0;
}
.AnyTagClassName
{
color: #4772A0;
}
</style>
background-color css
<style>
a { background-color: #4772A0; }
a { background-color: rgb(71,114,160); }
div.DivClassName
{
background-color: #4772A0;
}
.BgClassName
{
background-color: #4772A0;
}
</style>
border-color css
<style>
span { border-color: #4772A0; }
span { border-color: rgb(71,114,160); }
td.TdClassName
{
border-color: #4772A0;
}
.TagClassName
{
border-color: #4772A0;
}
</style>