Shades of San Marino #4D6CAD
Tints of San Marino #4D6CAD
RGB
CMYK
RGB Variations
Color information
#4D6CAD (or 0x4D6CAD) is known color: San Marino. HEX triplet: 4D, 6C and AD. RGB value is (77,108,173). Sum of RGB (Red+Green+Blue) = 77+108+173=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6CAD is #B29352. Grayscale: #696969. Windows color (decimal): -11703123 or 11365453. OLE color: 11365453.
HSL color Cylindrical-coordinate representation of color #4D6CAD: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D6CAD is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 108 | 173 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.32 |
| HSL | 220.63º | 0.38% | 0.49% | - |
| HSV(B) | 220.63º | 0.55% | 0.68% | - |
| XYZ | 15.97 | 15.32 | 41.65 | - |
| YUV | 106.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 173 | 0.55 | 0.38 | 0 | 0.32 | 220.63 | 0.38 | 0.49 |
| Hex | 4D | 6C | AD | 37 | 26 | 0 | 20 | DD | 26 | 31 |
| Octal | 115 | 154 | 255 | 67 | 46 | 0 | 40 | 335 | 46 | 61 |
| Binary | 1001101 | 1101100 | 10101101 | 110111 | 100110 | 0 | 100000 | 11011101 | 100110 | 110001 |
Color Harmonies of #4D6CAD
Complementary color
Monochromatic Colors of #4D6CAD
Black with #4D6CAD
Text Example
Text Example
White with #4D6CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CAD; }
p { color: rgb(77,108,173); }
H1.HeaderClassName
{
color: #4D6CAD;
}
.AnyTagClassName
{
color: #4D6CAD;
}
</style>
background-color css
<style>
a { background-color: #4D6CAD; }
a { background-color: rgb(77,108,173); }
div.DivClassName
{
background-color: #4D6CAD;
}
.BgClassName
{
background-color: #4D6CAD;
}
</style>
border-color css
<style>
span { border-color: #4D6CAD; }
span { border-color: rgb(77,108,173); }
td.TdClassName
{
border-color: #4D6CAD;
}
.TagClassName
{
border-color: #4D6CAD;
}
</style>