Shades of San Marino #4C76AB
Tints of San Marino #4C76AB
RGB
CMYK
RGB Variations
Color information
#4C76AB (or 0x4C76AB) is known color: San Marino. HEX triplet: 4C, 76 and AB. RGB value is (76,118,171). Sum of RGB (Red+Green+Blue) = 76+118+171=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C76AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C76AB is #B38954. Grayscale: #6F6F6F. Windows color (decimal): -11766101 or 11236940. OLE color: 11236940.
HSL color Cylindrical-coordinate representation of color #4C76AB: hue angle of 213.47º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C76AB is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 118 | 171 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.33 |
| HSL | 213.47º | 0.38% | 0.48% | - |
| HSV(B) | 213.47º | 0.56% | 0.67% | - |
| XYZ | 16.81 | 17.43 | 41.01 | - |
| YUV | 111.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 118 | 171 | 0.56 | 0.31 | 0 | 0.33 | 213.47 | 0.38 | 0.48 |
| Hex | 4C | 76 | AB | 38 | 1F | 0 | 21 | D5 | 26 | 30 |
| Octal | 114 | 166 | 253 | 70 | 37 | 0 | 41 | 325 | 46 | 60 |
| Binary | 1001100 | 1110110 | 10101011 | 111000 | 11111 | 0 | 100001 | 11010101 | 100110 | 110000 |
Color Harmonies of #4C76AB
Complementary color
Monochromatic Colors of #4C76AB
Black with #4C76AB
Text Example
Text Example
White with #4C76AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C76AB; }
p { color: rgb(76,118,171); }
H1.HeaderClassName
{
color: #4C76AB;
}
.AnyTagClassName
{
color: #4C76AB;
}
</style>
background-color css
<style>
a { background-color: #4C76AB; }
a { background-color: rgb(76,118,171); }
div.DivClassName
{
background-color: #4C76AB;
}
.BgClassName
{
background-color: #4C76AB;
}
</style>
border-color css
<style>
span { border-color: #4C76AB; }
span { border-color: rgb(76,118,171); }
td.TdClassName
{
border-color: #4C76AB;
}
.TagClassName
{
border-color: #4C76AB;
}
</style>