Shades of San Marino #4C6593
Tints of San Marino #4C6593
RGB
CMYK
RGB Variations
Color information
#4C6593 (or 0x4C6593) is known color: San Marino. HEX triplet: 4C, 65 and 93. RGB value is (76,101,147). Sum of RGB (Red+Green+Blue) = 76+101+147=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C6593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6593 is #B39A6C. Grayscale: #626262. Windows color (decimal): -11770477 or 9659724. OLE color: 9659724.
HSL color Cylindrical-coordinate representation of color #4C6593: hue angle of 218.87º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C6593 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 101 | 147 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.42 |
| HSL | 218.87º | 0.32% | 0.44% | - |
| HSV(B) | 218.87º | 0.48% | 0.58% | - |
| XYZ | 12.9 | 12.95 | 29.42 | - |
| YUV | 98.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 147 | 0.48 | 0.31 | 0 | 0.42 | 218.87 | 0.32 | 0.44 |
| Hex | 4C | 65 | 93 | 30 | 1F | 0 | 2A | DB | 20 | 2C |
| Octal | 114 | 145 | 223 | 60 | 37 | 0 | 52 | 333 | 40 | 54 |
| Binary | 1001100 | 1100101 | 10010011 | 110000 | 11111 | 0 | 101010 | 11011011 | 100000 | 101100 |
Color Harmonies of #4C6593
Complementary color
Monochromatic Colors of #4C6593
Black with #4C6593
Text Example
Text Example
White with #4C6593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6593; }
p { color: rgb(76,101,147); }
H1.HeaderClassName
{
color: #4C6593;
}
.AnyTagClassName
{
color: #4C6593;
}
</style>
background-color css
<style>
a { background-color: #4C6593; }
a { background-color: rgb(76,101,147); }
div.DivClassName
{
background-color: #4C6593;
}
.BgClassName
{
background-color: #4C6593;
}
</style>
border-color css
<style>
span { border-color: #4C6593; }
span { border-color: rgb(76,101,147); }
td.TdClassName
{
border-color: #4C6593;
}
.TagClassName
{
border-color: #4C6593;
}
</style>