Shades of San Marino #4C6FA3
Tints of San Marino #4C6FA3
RGB
CMYK
RGB Variations
Color information
#4C6FA3 (or 0x4C6FA3) is known color: San Marino. HEX triplet: 4C, 6F and A3. RGB value is (76,111,163). Sum of RGB (Red+Green+Blue) = 76+111+163=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 163 - color contains mainly: blue. Hex color #4C6FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6FA3 is #B3905C. Grayscale: #6A6A6A. Windows color (decimal): -11767901 or 10710860. OLE color: 10710860.
HSL color Cylindrical-coordinate representation of color #4C6FA3: hue angle of 215.86º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C6FA3 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 76 | 111 | 163 | - |
| CMYK | 0.53 | 0.32 | 0 | 0.36 |
| HSL | 215.86º | 0.36% | 0.47% | - |
| HSV(B) | 215.86º | 0.53% | 0.64% | - |
| XYZ | 15.28 | 15.55 | 36.85 | - |
| YUV | 106.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 111 | 163 | 0.53 | 0.32 | 0 | 0.36 | 215.86 | 0.36 | 0.47 |
| Hex | 4C | 6F | A3 | 35 | 20 | 0 | 24 | D8 | 24 | 2F |
| Octal | 114 | 157 | 243 | 65 | 40 | 0 | 44 | 330 | 44 | 57 |
| Binary | 1001100 | 1101111 | 10100011 | 110101 | 100000 | 0 | 100100 | 11011000 | 100100 | 101111 |
Color Harmonies of #4C6FA3
Complementary color
Monochromatic Colors of #4C6FA3
Black with #4C6FA3
Text Example
Text Example
White with #4C6FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6FA3; }
p { color: rgb(76,111,163); }
H1.HeaderClassName
{
color: #4C6FA3;
}
.AnyTagClassName
{
color: #4C6FA3;
}
</style>
background-color css
<style>
a { background-color: #4C6FA3; }
a { background-color: rgb(76,111,163); }
div.DivClassName
{
background-color: #4C6FA3;
}
.BgClassName
{
background-color: #4C6FA3;
}
</style>
border-color css
<style>
span { border-color: #4C6FA3; }
span { border-color: rgb(76,111,163); }
td.TdClassName
{
border-color: #4C6FA3;
}
.TagClassName
{
border-color: #4C6FA3;
}
</style>