Shades of San Marino #4F73AC
Tints of San Marino #4F73AC
RGB
CMYK
RGB Variations
Color information
#4F73AC (or 0x4F73AC) is known color: San Marino. HEX triplet: 4F, 73 and AC. RGB value is (79,115,172). Sum of RGB (Red+Green+Blue) = 79+115+172=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F73AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F73AC is #B08C53. Grayscale: #6E6E6E. Windows color (decimal): -11570260 or 11301711. OLE color: 11301711.
HSL color Cylindrical-coordinate representation of color #4F73AC: hue angle of 216.77º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F73AC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 79 | 115 | 172 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.33 |
| HSL | 216.77º | 0.37% | 0.49% | - |
| HSV(B) | 216.77º | 0.54% | 0.67% | - |
| XYZ | 16.8 | 16.9 | 41.41 | - |
| YUV | 110.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 172 | 0.54 | 0.33 | 0 | 0.33 | 216.77 | 0.37 | 0.49 |
| Hex | 4F | 73 | AC | 36 | 21 | 0 | 21 | D9 | 25 | 31 |
| Octal | 117 | 163 | 254 | 66 | 41 | 0 | 41 | 331 | 45 | 61 |
| Binary | 1001111 | 1110011 | 10101100 | 110110 | 100001 | 0 | 100001 | 11011001 | 100101 | 110001 |
Color Harmonies of #4F73AC
Complementary color
Monochromatic Colors of #4F73AC
Black with #4F73AC
Text Example
Text Example
White with #4F73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F73AC; }
p { color: rgb(79,115,172); }
H1.HeaderClassName
{
color: #4F73AC;
}
.AnyTagClassName
{
color: #4F73AC;
}
</style>
background-color css
<style>
a { background-color: #4F73AC; }
a { background-color: rgb(79,115,172); }
div.DivClassName
{
background-color: #4F73AC;
}
.BgClassName
{
background-color: #4F73AC;
}
</style>
border-color css
<style>
span { border-color: #4F73AC; }
span { border-color: rgb(79,115,172); }
td.TdClassName
{
border-color: #4F73AC;
}
.TagClassName
{
border-color: #4F73AC;
}
</style>