Shades of San Marino #4C79A0
Tints of San Marino #4C79A0
RGB
CMYK
RGB Variations
Color information
#4C79A0 (or 0x4C79A0) is known color: San Marino. HEX triplet: 4C, 79 and A0. RGB value is (76,121,160). Sum of RGB (Red+Green+Blue) = 76+121+160=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 160 - color contains mainly: blue. Hex color #4C79A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C79A0 is #B3865F. Grayscale: #6F6F6F. Windows color (decimal): -11765344 or 10516812. OLE color: 10516812.
HSL color Cylindrical-coordinate representation of color #4C79A0: hue angle of 207.86º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C79A0 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 76 | 121 | 160 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.37 |
| HSL | 207.86º | 0.36% | 0.46% | - |
| HSV(B) | 207.86º | 0.53% | 0.63% | - |
| XYZ | 16.16 | 17.75 | 35.83 | - |
| YUV | 111.99 | 155.09 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 121 | 160 | 0.52 | 0.24 | 0 | 0.37 | 207.86 | 0.36 | 0.46 |
| Hex | 4C | 79 | A0 | 34 | 18 | 0 | 25 | D0 | 24 | 2E |
| Octal | 114 | 171 | 240 | 64 | 30 | 0 | 45 | 320 | 44 | 56 |
| Binary | 1001100 | 1111001 | 10100000 | 110100 | 11000 | 0 | 100101 | 11010000 | 100100 | 101110 |
Color Harmonies of #4C79A0
Complementary color
Monochromatic Colors of #4C79A0
Black with #4C79A0
Text Example
Text Example
White with #4C79A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C79A0; }
p { color: rgb(76,121,160); }
H1.HeaderClassName
{
color: #4C79A0;
}
.AnyTagClassName
{
color: #4C79A0;
}
</style>
background-color css
<style>
a { background-color: #4C79A0; }
a { background-color: rgb(76,121,160); }
div.DivClassName
{
background-color: #4C79A0;
}
.BgClassName
{
background-color: #4C79A0;
}
</style>
border-color css
<style>
span { border-color: #4C79A0; }
span { border-color: rgb(76,121,160); }
td.TdClassName
{
border-color: #4C79A0;
}
.TagClassName
{
border-color: #4C79A0;
}
</style>