Shades of San Marino #4D73AC
Tints of San Marino #4D73AC
RGB
CMYK
RGB Variations
Color information
#4D73AC (or 0x4D73AC) is known color: San Marino. HEX triplet: 4D, 73 and AC. RGB value is (77,115,172). Sum of RGB (Red+Green+Blue) = 77+115+172=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D73AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D73AC is #B28C53. Grayscale: #6D6D6D. Windows color (decimal): -11701332 or 11301709. OLE color: 11301709.
HSL color Cylindrical-coordinate representation of color #4D73AC: hue angle of 216º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D73AC is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 115 | 172 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.33 |
| HSL | 216º | 0.38% | 0.49% | - |
| HSV(B) | 216º | 0.55% | 0.67% | - |
| XYZ | 16.64 | 16.82 | 41.4 | - |
| YUV | 110.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 172 | 0.55 | 0.33 | 0 | 0.33 | 216 | 0.38 | 0.49 |
| Hex | 4D | 73 | AC | 37 | 21 | 0 | 21 | D8 | 26 | 31 |
| Octal | 115 | 163 | 254 | 67 | 41 | 0 | 41 | 330 | 46 | 61 |
| Binary | 1001101 | 1110011 | 10101100 | 110111 | 100001 | 0 | 100001 | 11011000 | 100110 | 110001 |
Color Harmonies of #4D73AC
Complementary color
Monochromatic Colors of #4D73AC
Black with #4D73AC
Text Example
Text Example
White with #4D73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D73AC; }
p { color: rgb(77,115,172); }
H1.HeaderClassName
{
color: #4D73AC;
}
.AnyTagClassName
{
color: #4D73AC;
}
</style>
background-color css
<style>
a { background-color: #4D73AC; }
a { background-color: rgb(77,115,172); }
div.DivClassName
{
background-color: #4D73AC;
}
.BgClassName
{
background-color: #4D73AC;
}
</style>
border-color css
<style>
span { border-color: #4D73AC; }
span { border-color: rgb(77,115,172); }
td.TdClassName
{
border-color: #4D73AC;
}
.TagClassName
{
border-color: #4D73AC;
}
</style>