Shades of San Marino #4D6CAE
Tints of San Marino #4D6CAE
RGB
CMYK
RGB Variations
Color information
#4D6CAE (or 0x4D6CAE) is known color: San Marino. HEX triplet: 4D, 6C and AE. RGB value is (77,108,174). Sum of RGB (Red+Green+Blue) = 77+108+174=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6CAE is #B29351. Grayscale: #696969. Windows color (decimal): -11703122 or 11430989. OLE color: 11430989.
HSL color Cylindrical-coordinate representation of color #4D6CAE: hue angle of 220.82º 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 #4D6CAE is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 108 | 174 | - |
| CMYK | 0.56 | 0.38 | 0 | 0.32 |
| HSL | 220.82º | 0.39% | 0.49% | - |
| HSV(B) | 220.82º | 0.56% | 0.68% | - |
| XYZ | 16.06 | 15.36 | 42.16 | - |
| YUV | 106.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 174 | 0.56 | 0.38 | 0 | 0.32 | 220.82 | 0.39 | 0.49 |
| Hex | 4D | 6C | AE | 38 | 26 | 0 | 20 | DD | 27 | 31 |
| Octal | 115 | 154 | 256 | 70 | 46 | 0 | 40 | 335 | 47 | 61 |
| Binary | 1001101 | 1101100 | 10101110 | 111000 | 100110 | 0 | 100000 | 11011101 | 100111 | 110001 |
Color Harmonies of #4D6CAE
Complementary color
Monochromatic Colors of #4D6CAE
Black with #4D6CAE
Text Example
Text Example
White with #4D6CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CAE; }
p { color: rgb(77,108,174); }
H1.HeaderClassName
{
color: #4D6CAE;
}
.AnyTagClassName
{
color: #4D6CAE;
}
</style>
background-color css
<style>
a { background-color: #4D6CAE; }
a { background-color: rgb(77,108,174); }
div.DivClassName
{
background-color: #4D6CAE;
}
.BgClassName
{
background-color: #4D6CAE;
}
</style>
border-color css
<style>
span { border-color: #4D6CAE; }
span { border-color: rgb(77,108,174); }
td.TdClassName
{
border-color: #4D6CAE;
}
.TagClassName
{
border-color: #4D6CAE;
}
</style>