Shades of San Marino #4770AF
Tints of San Marino #4770AF
RGB
CMYK
RGB Variations
Color information
#4770AF (or 0x4770AF) is known color: San Marino. HEX triplet: 47, 70 and AF. RGB value is (71,112,175). Sum of RGB (Red+Green+Blue) = 71+112+175=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #4770AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4770AF is #B88F50. Grayscale: #6A6A6A. Windows color (decimal): -12095313 or 11497543. OLE color: 11497543.
HSL color Cylindrical-coordinate representation of color #4770AF: hue angle of 216.35º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4770AF is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 112 | 175 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.31 |
| HSL | 216.35º | 0.42% | 0.48% | - |
| HSV(B) | 216.35º | 0.59% | 0.69% | - |
| XYZ | 16.13 | 16.02 | 42.8 | - |
| YUV | 106.92 | 166.42 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 175 | 0.59 | 0.36 | 0 | 0.31 | 216.35 | 0.42 | 0.48 |
| Hex | 47 | 70 | AF | 3B | 24 | 0 | 1F | D8 | 2A | 30 |
| Octal | 107 | 160 | 257 | 73 | 44 | 0 | 37 | 330 | 52 | 60 |
| Binary | 1000111 | 1110000 | 10101111 | 111011 | 100100 | 0 | 11111 | 11011000 | 101010 | 110000 |
Color Harmonies of #4770AF
Complementary color
Monochromatic Colors of #4770AF
Black with #4770AF
Text Example
Text Example
White with #4770AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4770AF; }
p { color: rgb(71,112,175); }
H1.HeaderClassName
{
color: #4770AF;
}
.AnyTagClassName
{
color: #4770AF;
}
</style>
background-color css
<style>
a { background-color: #4770AF; }
a { background-color: rgb(71,112,175); }
div.DivClassName
{
background-color: #4770AF;
}
.BgClassName
{
background-color: #4770AF;
}
</style>
border-color css
<style>
span { border-color: #4770AF; }
span { border-color: rgb(71,112,175); }
td.TdClassName
{
border-color: #4770AF;
}
.TagClassName
{
border-color: #4770AF;
}
</style>