Shades of San Marino #4E6DAE
Tints of San Marino #4E6DAE
RGB
CMYK
RGB Variations
Color information
#4E6DAE (or 0x4E6DAE) is known color: San Marino. HEX triplet: 4E, 6D and AE. RGB value is (78,109,174). Sum of RGB (Red+Green+Blue) = 78+109+174=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6DAE is #B19251. Grayscale: #6A6A6A. Windows color (decimal): -11637330 or 11431246. OLE color: 11431246.
HSL color Cylindrical-coordinate representation of color #4E6DAE: 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 #4E6DAE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 109 | 174 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.32 |
| HSL | 220.63º | 0.38% | 0.49% | - |
| HSV(B) | 220.63º | 0.55% | 0.68% | - |
| XYZ | 16.25 | 15.61 | 42.2 | - |
| YUV | 107.14 | 165.73 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 174 | 0.55 | 0.37 | 0 | 0.32 | 220.63 | 0.38 | 0.49 |
| Hex | 4E | 6D | AE | 37 | 25 | 0 | 20 | DD | 26 | 31 |
| Octal | 116 | 155 | 256 | 67 | 45 | 0 | 40 | 335 | 46 | 61 |
| Binary | 1001110 | 1101101 | 10101110 | 110111 | 100101 | 0 | 100000 | 11011101 | 100110 | 110001 |
Color Harmonies of #4E6DAE
Complementary color
Monochromatic Colors of #4E6DAE
Black with #4E6DAE
Text Example
Text Example
White with #4E6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DAE; }
p { color: rgb(78,109,174); }
H1.HeaderClassName
{
color: #4E6DAE;
}
.AnyTagClassName
{
color: #4E6DAE;
}
</style>
background-color css
<style>
a { background-color: #4E6DAE; }
a { background-color: rgb(78,109,174); }
div.DivClassName
{
background-color: #4E6DAE;
}
.BgClassName
{
background-color: #4E6DAE;
}
</style>
border-color css
<style>
span { border-color: #4E6DAE; }
span { border-color: rgb(78,109,174); }
td.TdClassName
{
border-color: #4E6DAE;
}
.TagClassName
{
border-color: #4E6DAE;
}
</style>