Shades of San Marino #4972AF
Tints of San Marino #4972AF
RGB
CMYK
RGB Variations
Color information
#4972AF (or 0x4972AF) is known color: San Marino. HEX triplet: 49, 72 and AF. RGB value is (73,114,175). Sum of RGB (Red+Green+Blue) = 73+114+175=362 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.17% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #4972AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4972AF is #B68D50. Grayscale: #6C6C6C. Windows color (decimal): -11963729 or 11498057. OLE color: 11498057.
HSL color Cylindrical-coordinate representation of color #4972AF: hue angle of 215.88º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4972AF is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 114 | 175 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.31 |
| HSL | 215.88º | 0.41% | 0.49% | - |
| HSV(B) | 215.88º | 0.58% | 0.69% | - |
| XYZ | 16.5 | 16.55 | 42.88 | - |
| YUV | 108.7 | 165.42 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 175 | 0.58 | 0.35 | 0 | 0.31 | 215.88 | 0.41 | 0.49 |
| Hex | 49 | 72 | AF | 3A | 23 | 0 | 1F | D8 | 29 | 31 |
| Octal | 111 | 162 | 257 | 72 | 43 | 0 | 37 | 330 | 51 | 61 |
| Binary | 1001001 | 1110010 | 10101111 | 111010 | 100011 | 0 | 11111 | 11011000 | 101001 | 110001 |
Color Harmonies of #4972AF
Complementary color
Monochromatic Colors of #4972AF
Black with #4972AF
Text Example
Text Example
White with #4972AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972AF; }
p { color: rgb(73,114,175); }
H1.HeaderClassName
{
color: #4972AF;
}
.AnyTagClassName
{
color: #4972AF;
}
</style>
background-color css
<style>
a { background-color: #4972AF; }
a { background-color: rgb(73,114,175); }
div.DivClassName
{
background-color: #4972AF;
}
.BgClassName
{
background-color: #4972AF;
}
</style>
border-color css
<style>
span { border-color: #4972AF; }
span { border-color: rgb(73,114,175); }
td.TdClassName
{
border-color: #4972AF;
}
.TagClassName
{
border-color: #4972AF;
}
</style>