Shades of Royal Blue #4E6AF6
Tints of Royal Blue #4E6AF6
RGB
CMYK
RGB Variations
Color information
#4E6AF6 (or 0x4E6AF6) is known color: Royal Blue. HEX triplet: 4E, 6A and F6. RGB value is (78,106,246). Sum of RGB (Red+Green+Blue) = 78+106+246=430 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.14% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 246 (96.48% from 255 or 57.21% from 430); Max value from RGB is 246 - color contains mainly: blue. Hex color #4E6AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6AF6 is #B19509. Grayscale: #717171. Windows color (decimal): -11638026 or 16149070. OLE color: 16149070.
HSL color Cylindrical-coordinate representation of color #4E6AF6: hue angle of 230º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E6AF6 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 106 | 246 | - |
| CMYK | 0.68 | 0.57 | 0 | 0.04 |
| HSL | 230º | 0.9% | 0.64% | - |
| HSV(B) | 230º | 0.68% | 0.96% | - |
| XYZ | 24.93 | 18.58 | 89.46 | - |
| YUV | 113.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 246 | 0.68 | 0.57 | 0 | 0.04 | 230 | 0.9 | 0.64 |
| Hex | 4E | 6A | F6 | 44 | 39 | 0 | 4 | E6 | 5A | 40 |
| Octal | 116 | 152 | 366 | 104 | 71 | 0 | 4 | 346 | 132 | 100 |
| Binary | 1001110 | 1101010 | 11110110 | 1000100 | 111001 | 0 | 100 | 11100110 | 1011010 | 1000000 |
Color Harmonies of #4E6AF6
Complementary color
Monochromatic Colors of #4E6AF6
Black with #4E6AF6
Text Example
Text Example
White with #4E6AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6AF6; }
p { color: rgb(78,106,246); }
H1.HeaderClassName
{
color: #4E6AF6;
}
.AnyTagClassName
{
color: #4E6AF6;
}
</style>
background-color css
<style>
a { background-color: #4E6AF6; }
a { background-color: rgb(78,106,246); }
div.DivClassName
{
background-color: #4E6AF6;
}
.BgClassName
{
background-color: #4E6AF6;
}
</style>
border-color css
<style>
span { border-color: #4E6AF6; }
span { border-color: rgb(78,106,246); }
td.TdClassName
{
border-color: #4E6AF6;
}
.TagClassName
{
border-color: #4E6AF6;
}
</style>