Shades of San Marino #4C6CAD
Tints of San Marino #4C6CAD
RGB
CMYK
RGB Variations
Color information
#4C6CAD (or 0x4C6CAD) is known color: San Marino. HEX triplet: 4C, 6C and AD. RGB value is (76,108,173). Sum of RGB (Red+Green+Blue) = 76+108+173=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C6CAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6CAD is #B39352. Grayscale: #696969. Windows color (decimal): -11768659 or 11365452. OLE color: 11365452.
HSL color Cylindrical-coordinate representation of color #4C6CAD: hue angle of 220.21º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C6CAD is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 108 | 173 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.32 |
| HSL | 220.21º | 0.39% | 0.49% | - |
| HSV(B) | 220.21º | 0.56% | 0.68% | - |
| XYZ | 15.89 | 15.28 | 41.65 | - |
| YUV | 105.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 108 | 173 | 0.56 | 0.38 | 0 | 0.32 | 220.21 | 0.39 | 0.49 |
| Hex | 4C | 6C | AD | 38 | 26 | 0 | 20 | DC | 27 | 31 |
| Octal | 114 | 154 | 255 | 70 | 46 | 0 | 40 | 334 | 47 | 61 |
| Binary | 1001100 | 1101100 | 10101101 | 111000 | 100110 | 0 | 100000 | 11011100 | 100111 | 110001 |
Color Harmonies of #4C6CAD
Complementary color
Monochromatic Colors of #4C6CAD
Black with #4C6CAD
Text Example
Text Example
White with #4C6CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6CAD; }
p { color: rgb(76,108,173); }
H1.HeaderClassName
{
color: #4C6CAD;
}
.AnyTagClassName
{
color: #4C6CAD;
}
</style>
background-color css
<style>
a { background-color: #4C6CAD; }
a { background-color: rgb(76,108,173); }
div.DivClassName
{
background-color: #4C6CAD;
}
.BgClassName
{
background-color: #4C6CAD;
}
</style>
border-color css
<style>
span { border-color: #4C6CAD; }
span { border-color: rgb(76,108,173); }
td.TdClassName
{
border-color: #4C6CAD;
}
.TagClassName
{
border-color: #4C6CAD;
}
</style>