Shades of San Marino #4772A1
Tints of San Marino #4772A1
RGB
CMYK
RGB Variations
Color information
#4772A1 (or 0x4772A1) is known color: San Marino. HEX triplet: 47, 72 and A1. RGB value is (71,114,161). Sum of RGB (Red+Green+Blue) = 71+114+161=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #4772A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4772A1 is #B88D5E. Grayscale: #6A6A6A. Windows color (decimal): -12094815 or 10580551. OLE color: 10580551.
HSL color Cylindrical-coordinate representation of color #4772A1: hue angle of 211.33º 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 #4772A1 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 71 | 114 | 161 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.37 |
| HSL | 211.33º | 0.39% | 0.45% | - |
| HSV(B) | 211.33º | 0.56% | 0.63% | - |
| XYZ | 15.05 | 15.95 | 36 | - |
| YUV | 106.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 161 | 0.56 | 0.29 | 0 | 0.37 | 211.33 | 0.39 | 0.45 |
| Hex | 47 | 72 | A1 | 38 | 1D | 0 | 25 | D3 | 27 | 2D |
| Octal | 107 | 162 | 241 | 70 | 35 | 0 | 45 | 323 | 47 | 55 |
| Binary | 1000111 | 1110010 | 10100001 | 111000 | 11101 | 0 | 100101 | 11010011 | 100111 | 101101 |
Color Harmonies of #4772A1
Complementary color
Monochromatic Colors of #4772A1
Black with #4772A1
Text Example
Text Example
White with #4772A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772A1; }
p { color: rgb(71,114,161); }
H1.HeaderClassName
{
color: #4772A1;
}
.AnyTagClassName
{
color: #4772A1;
}
</style>
background-color css
<style>
a { background-color: #4772A1; }
a { background-color: rgb(71,114,161); }
div.DivClassName
{
background-color: #4772A1;
}
.BgClassName
{
background-color: #4772A1;
}
</style>
border-color css
<style>
span { border-color: #4772A1; }
span { border-color: rgb(71,114,161); }
td.TdClassName
{
border-color: #4772A1;
}
.TagClassName
{
border-color: #4772A1;
}
</style>