Shades of San Marino #4972A4
Tints of San Marino #4972A4
RGB
CMYK
RGB Variations
Color information
#4972A4 (or 0x4972A4) is known color: San Marino. HEX triplet: 49, 72 and A4. RGB value is (73,114,164). Sum of RGB (Red+Green+Blue) = 73+114+164=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 164 (64.45% from 255 or 46.72% from 351); Max value from RGB is 164 - color contains mainly: blue. Hex color #4972A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4972A4 is #B68D5B. Grayscale: #6B6B6B. Windows color (decimal): -11963740 or 10777161. OLE color: 10777161.
HSL color Cylindrical-coordinate representation of color #4972A4: hue angle of 212.97º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4972A4 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 114 | 164 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.36 |
| HSL | 212.97º | 0.38% | 0.46% | - |
| HSV(B) | 212.97º | 0.55% | 0.64% | - |
| XYZ | 15.47 | 16.13 | 37.42 | - |
| YUV | 107.44 | 159.92 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 164 | 0.55 | 0.30 | 0 | 0.36 | 212.97 | 0.38 | 0.46 |
| Hex | 49 | 72 | A4 | 37 | 1E | 0 | 24 | D5 | 26 | 2E |
| Octal | 111 | 162 | 244 | 67 | 36 | 0 | 44 | 325 | 46 | 56 |
| Binary | 1001001 | 1110010 | 10100100 | 110111 | 11110 | 0 | 100100 | 11010101 | 100110 | 101110 |
Color Harmonies of #4972A4
Complementary color
Monochromatic Colors of #4972A4
Black with #4972A4
Text Example
Text Example
White with #4972A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972A4; }
p { color: rgb(73,114,164); }
H1.HeaderClassName
{
color: #4972A4;
}
.AnyTagClassName
{
color: #4972A4;
}
</style>
background-color css
<style>
a { background-color: #4972A4; }
a { background-color: rgb(73,114,164); }
div.DivClassName
{
background-color: #4972A4;
}
.BgClassName
{
background-color: #4972A4;
}
</style>
border-color css
<style>
span { border-color: #4972A4; }
span { border-color: rgb(73,114,164); }
td.TdClassName
{
border-color: #4972A4;
}
.TagClassName
{
border-color: #4972A4;
}
</style>