Shades of San Marino #4C689C
Tints of San Marino #4C689C
RGB
CMYK
RGB Variations
Color information
#4C689C (or 0x4C689C) is known color: San Marino. HEX triplet: 4C, 68 and 9C. RGB value is (76,104,156). Sum of RGB (Red+Green+Blue) = 76+104+156=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #4C689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C689C is #B39763. Grayscale: #656565. Windows color (decimal): -11769700 or 10250316. OLE color: 10250316.
HSL color Cylindrical-coordinate representation of color #4C689C: hue angle of 219º 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 #4C689C is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 104 | 156 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.39 |
| HSL | 219º | 0.34% | 0.45% | - |
| HSV(B) | 219º | 0.51% | 0.61% | - |
| XYZ | 13.93 | 13.84 | 33.39 | - |
| YUV | 101.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 104 | 156 | 0.51 | 0.33 | 0 | 0.39 | 219 | 0.34 | 0.45 |
| Hex | 4C | 68 | 9C | 33 | 21 | 0 | 27 | DB | 22 | 2D |
| Octal | 114 | 150 | 234 | 63 | 41 | 0 | 47 | 333 | 42 | 55 |
| Binary | 1001100 | 1101000 | 10011100 | 110011 | 100001 | 0 | 100111 | 11011011 | 100010 | 101101 |
Color Harmonies of #4C689C
Complementary color
Monochromatic Colors of #4C689C
Black with #4C689C
Text Example
Text Example
White with #4C689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C689C; }
p { color: rgb(76,104,156); }
H1.HeaderClassName
{
color: #4C689C;
}
.AnyTagClassName
{
color: #4C689C;
}
</style>
background-color css
<style>
a { background-color: #4C689C; }
a { background-color: rgb(76,104,156); }
div.DivClassName
{
background-color: #4C689C;
}
.BgClassName
{
background-color: #4C689C;
}
</style>
border-color css
<style>
span { border-color: #4C689C; }
span { border-color: rgb(76,104,156); }
td.TdClassName
{
border-color: #4C689C;
}
.TagClassName
{
border-color: #4C689C;
}
</style>