Shades of San Marino #4C73AF
Tints of San Marino #4C73AF
RGB
CMYK
RGB Variations
Color information
#4C73AF (or 0x4C73AF) is known color: San Marino. HEX triplet: 4C, 73 and AF. RGB value is (76,115,175). Sum of RGB (Red+Green+Blue) = 76+115+175=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C73AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C73AF is #B38C50. Grayscale: #6D6D6D. Windows color (decimal): -11766865 or 11498316. OLE color: 11498316.
HSL color Cylindrical-coordinate representation of color #4C73AF: hue angle of 216.36º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C73AF is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 115 | 175 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.31 |
| HSL | 216.36º | 0.39% | 0.49% | - |
| HSV(B) | 216.36º | 0.57% | 0.69% | - |
| XYZ | 16.85 | 16.89 | 42.93 | - |
| YUV | 110.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 115 | 175 | 0.57 | 0.34 | 0 | 0.31 | 216.36 | 0.39 | 0.49 |
| Hex | 4C | 73 | AF | 39 | 22 | 0 | 1F | D8 | 27 | 31 |
| Octal | 114 | 163 | 257 | 71 | 42 | 0 | 37 | 330 | 47 | 61 |
| Binary | 1001100 | 1110011 | 10101111 | 111001 | 100010 | 0 | 11111 | 11011000 | 100111 | 110001 |
Color Harmonies of #4C73AF
Complementary color
Monochromatic Colors of #4C73AF
Black with #4C73AF
Text Example
Text Example
White with #4C73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C73AF; }
p { color: rgb(76,115,175); }
H1.HeaderClassName
{
color: #4C73AF;
}
.AnyTagClassName
{
color: #4C73AF;
}
</style>
background-color css
<style>
a { background-color: #4C73AF; }
a { background-color: rgb(76,115,175); }
div.DivClassName
{
background-color: #4C73AF;
}
.BgClassName
{
background-color: #4C73AF;
}
</style>
border-color css
<style>
span { border-color: #4C73AF; }
span { border-color: rgb(76,115,175); }
td.TdClassName
{
border-color: #4C73AF;
}
.TagClassName
{
border-color: #4C73AF;
}
</style>