Shades of San Marino #4770AD
Tints of San Marino #4770AD
RGB
CMYK
RGB Variations
Color information
#4770AD (or 0x4770AD) is known color: San Marino. HEX triplet: 47, 70 and AD. RGB value is (71,112,173). Sum of RGB (Red+Green+Blue) = 71+112+173=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #4770AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4770AD is #B88F52. Grayscale: #6A6A6A. Windows color (decimal): -12095315 or 11366471. OLE color: 11366471.
HSL color Cylindrical-coordinate representation of color #4770AD: hue angle of 215.88º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4770AD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 71 | 112 | 173 | - |
| CMYK | 0.59 | 0.35 | 0 | 0.32 |
| HSL | 215.88º | 0.42% | 0.48% | - |
| HSV(B) | 215.88º | 0.59% | 0.68% | - |
| XYZ | 15.94 | 15.95 | 41.77 | - |
| YUV | 106.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 173 | 0.59 | 0.35 | 0 | 0.32 | 215.88 | 0.42 | 0.48 |
| Hex | 47 | 70 | AD | 3B | 23 | 0 | 20 | D8 | 2A | 30 |
| Octal | 107 | 160 | 255 | 73 | 43 | 0 | 40 | 330 | 52 | 60 |
| Binary | 1000111 | 1110000 | 10101101 | 111011 | 100011 | 0 | 100000 | 11011000 | 101010 | 110000 |
Color Harmonies of #4770AD
Complementary color
Monochromatic Colors of #4770AD
Black with #4770AD
Text Example
Text Example
White with #4770AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4770AD; }
p { color: rgb(71,112,173); }
H1.HeaderClassName
{
color: #4770AD;
}
.AnyTagClassName
{
color: #4770AD;
}
</style>
background-color css
<style>
a { background-color: #4770AD; }
a { background-color: rgb(71,112,173); }
div.DivClassName
{
background-color: #4770AD;
}
.BgClassName
{
background-color: #4770AD;
}
</style>
border-color css
<style>
span { border-color: #4770AD; }
span { border-color: rgb(71,112,173); }
td.TdClassName
{
border-color: #4770AD;
}
.TagClassName
{
border-color: #4770AD;
}
</style>