Shades of San Marino #4E66AE
Tints of San Marino #4E66AE
RGB
CMYK
RGB Variations
Color information
#4E66AE (or 0x4E66AE) is known color: San Marino. HEX triplet: 4E, 66 and AE. RGB value is (78,102,174). Sum of RGB (Red+Green+Blue) = 78+102+174=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E66AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E66AE is #B19951. Grayscale: #666666. Windows color (decimal): -11639122 or 11429454. OLE color: 11429454.
HSL color Cylindrical-coordinate representation of color #4E66AE: hue angle of 225º 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 #4E66AE is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 102 | 174 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.32 |
| HSL | 225º | 0.38% | 0.49% | - |
| HSV(B) | 225º | 0.55% | 0.68% | - |
| XYZ | 15.53 | 14.18 | 41.96 | - |
| YUV | 103.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 174 | 0.55 | 0.41 | 0 | 0.32 | 225 | 0.38 | 0.49 |
| Hex | 4E | 66 | AE | 37 | 29 | 0 | 20 | E1 | 26 | 31 |
| Octal | 116 | 146 | 256 | 67 | 51 | 0 | 40 | 341 | 46 | 61 |
| Binary | 1001110 | 1100110 | 10101110 | 110111 | 101001 | 0 | 100000 | 11100001 | 100110 | 110001 |
Color Harmonies of #4E66AE
Complementary color
Monochromatic Colors of #4E66AE
Black with #4E66AE
Text Example
Text Example
White with #4E66AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E66AE; }
p { color: rgb(78,102,174); }
H1.HeaderClassName
{
color: #4E66AE;
}
.AnyTagClassName
{
color: #4E66AE;
}
</style>
background-color css
<style>
a { background-color: #4E66AE; }
a { background-color: rgb(78,102,174); }
div.DivClassName
{
background-color: #4E66AE;
}
.BgClassName
{
background-color: #4E66AE;
}
</style>
border-color css
<style>
span { border-color: #4E66AE; }
span { border-color: rgb(78,102,174); }
td.TdClassName
{
border-color: #4E66AE;
}
.TagClassName
{
border-color: #4E66AE;
}
</style>