Shades of San Marino #4C749C
Tints of San Marino #4C749C
RGB
CMYK
RGB Variations
Color information
#4C749C (or 0x4C749C) is known color: San Marino. HEX triplet: 4C, 74 and 9C. RGB value is (76,116,156). Sum of RGB (Red+Green+Blue) = 76+116+156=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C749C is #B38B63. Grayscale: #6C6C6C. Windows color (decimal): -11766628 or 10253388. OLE color: 10253388.
HSL color Cylindrical-coordinate representation of color #4C749C: hue angle of 210º 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 #4C749C is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 116 | 156 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.39 |
| HSL | 210º | 0.34% | 0.45% | - |
| HSV(B) | 210º | 0.51% | 0.61% | - |
| XYZ | 15.23 | 16.43 | 33.82 | - |
| YUV | 108.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 116 | 156 | 0.51 | 0.26 | 0 | 0.39 | 210 | 0.34 | 0.45 |
| Hex | 4C | 74 | 9C | 33 | 1A | 0 | 27 | D2 | 22 | 2D |
| Octal | 114 | 164 | 234 | 63 | 32 | 0 | 47 | 322 | 42 | 55 |
| Binary | 1001100 | 1110100 | 10011100 | 110011 | 11010 | 0 | 100111 | 11010010 | 100010 | 101101 |
Color Harmonies of #4C749C
Complementary color
Monochromatic Colors of #4C749C
Black with #4C749C
Text Example
Text Example
White with #4C749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C749C; }
p { color: rgb(76,116,156); }
H1.HeaderClassName
{
color: #4C749C;
}
.AnyTagClassName
{
color: #4C749C;
}
</style>
background-color css
<style>
a { background-color: #4C749C; }
a { background-color: rgb(76,116,156); }
div.DivClassName
{
background-color: #4C749C;
}
.BgClassName
{
background-color: #4C749C;
}
</style>
border-color css
<style>
span { border-color: #4C749C; }
span { border-color: rgb(76,116,156); }
td.TdClassName
{
border-color: #4C749C;
}
.TagClassName
{
border-color: #4C749C;
}
</style>