Shades of San Marino #4C719C
Tints of San Marino #4C719C
RGB
CMYK
RGB Variations
Color information
#4C719C (or 0x4C719C) is known color: San Marino. HEX triplet: 4C, 71 and 9C. RGB value is (76,113,156). Sum of RGB (Red+Green+Blue) = 76+113+156=345 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.03% from 345); Green value is 113 (44.53% from 255 or 32.75% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C719C is #B38E63. Grayscale: #6A6A6A. Windows color (decimal): -11767396 or 10252620. OLE color: 10252620.
HSL color Cylindrical-coordinate representation of color #4C719C: hue angle of 212.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C719C is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 113 | 156 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.39 |
| HSL | 212.25º | 0.34% | 0.45% | - |
| HSV(B) | 212.25º | 0.51% | 0.61% | - |
| XYZ | 14.89 | 15.75 | 33.71 | - |
| YUV | 106.84 | 155.74 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 113 | 156 | 0.51 | 0.28 | 0 | 0.39 | 212.25 | 0.34 | 0.45 |
| Hex | 4C | 71 | 9C | 33 | 1C | 0 | 27 | D4 | 22 | 2D |
| Octal | 114 | 161 | 234 | 63 | 34 | 0 | 47 | 324 | 42 | 55 |
| Binary | 1001100 | 1110001 | 10011100 | 110011 | 11100 | 0 | 100111 | 11010100 | 100010 | 101101 |
Color Harmonies of #4C719C
Complementary color
Monochromatic Colors of #4C719C
Black with #4C719C
Text Example
Text Example
White with #4C719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C719C; }
p { color: rgb(76,113,156); }
H1.HeaderClassName
{
color: #4C719C;
}
.AnyTagClassName
{
color: #4C719C;
}
</style>
background-color css
<style>
a { background-color: #4C719C; }
a { background-color: rgb(76,113,156); }
div.DivClassName
{
background-color: #4C719C;
}
.BgClassName
{
background-color: #4C719C;
}
</style>
border-color css
<style>
span { border-color: #4C719C; }
span { border-color: rgb(76,113,156); }
td.TdClassName
{
border-color: #4C719C;
}
.TagClassName
{
border-color: #4C719C;
}
</style>