Shades of San Marino #4E6AAF
Tints of San Marino #4E6AAF
RGB
CMYK
RGB Variations
Color information
#4E6AAF (or 0x4E6AAF) is known color: San Marino. HEX triplet: 4E, 6A and AF. RGB value is (78,106,175). Sum of RGB (Red+Green+Blue) = 78+106+175=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6AAF is #B19550. Grayscale: #696969. Windows color (decimal): -11638097 or 11496014. OLE color: 11496014.
HSL color Cylindrical-coordinate representation of color #4E6AAF: hue angle of 222.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E6AAF is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 106 | 175 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.31 |
| HSL | 222.68º | 0.38% | 0.5% | - |
| HSV(B) | 222.68º | 0.55% | 0.69% | - |
| XYZ | 16.03 | 15.02 | 42.61 | - |
| YUV | 105.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 175 | 0.55 | 0.39 | 0 | 0.31 | 222.68 | 0.38 | 0.5 |
| Hex | 4E | 6A | AF | 37 | 27 | 0 | 1F | DF | 26 | 32 |
| Octal | 116 | 152 | 257 | 67 | 47 | 0 | 37 | 337 | 46 | 62 |
| Binary | 1001110 | 1101010 | 10101111 | 110111 | 100111 | 0 | 11111 | 11011111 | 100110 | 110010 |
Color Harmonies of #4E6AAF
Complementary color
Monochromatic Colors of #4E6AAF
Black with #4E6AAF
Text Example
Text Example
White with #4E6AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6AAF; }
p { color: rgb(78,106,175); }
H1.HeaderClassName
{
color: #4E6AAF;
}
.AnyTagClassName
{
color: #4E6AAF;
}
</style>
background-color css
<style>
a { background-color: #4E6AAF; }
a { background-color: rgb(78,106,175); }
div.DivClassName
{
background-color: #4E6AAF;
}
.BgClassName
{
background-color: #4E6AAF;
}
</style>
border-color css
<style>
span { border-color: #4E6AAF; }
span { border-color: rgb(78,106,175); }
td.TdClassName
{
border-color: #4E6AAF;
}
.TagClassName
{
border-color: #4E6AAF;
}
</style>