Shades of Royal Blue #4E6ADF
Tints of Royal Blue #4E6ADF
RGB
CMYK
RGB Variations
Color information
#4E6ADF (or 0x4E6ADF) is known color: Royal Blue. HEX triplet: 4E, 6A and DF. RGB value is (78,106,223). Sum of RGB (Red+Green+Blue) = 78+106+223=407 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.16% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E6ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6ADF is #B19520. Grayscale: #6E6E6E. Windows color (decimal): -11638049 or 14641742. OLE color: 14641742.
HSL color Cylindrical-coordinate representation of color #4E6ADF: hue angle of 228.41º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E6ADF is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 106 | 223 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.13 |
| HSL | 228.41º | 0.69% | 0.59% | - |
| HSV(B) | 228.41º | 0.65% | 0.87% | - |
| XYZ | 21.62 | 17.26 | 72 | - |
| YUV | 110.97 | 191.22 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 223 | 0.65 | 0.52 | 0 | 0.13 | 228.41 | 0.69 | 0.59 |
| Hex | 4E | 6A | DF | 41 | 34 | 0 | D | E4 | 45 | 3B |
| Octal | 116 | 152 | 337 | 101 | 64 | 0 | 15 | 344 | 105 | 73 |
| Binary | 1001110 | 1101010 | 11011111 | 1000001 | 110100 | 0 | 1101 | 11100100 | 1000101 | 111011 |
Color Harmonies of #4E6ADF
Complementary color
Monochromatic Colors of #4E6ADF
Black with #4E6ADF
Text Example
Text Example
White with #4E6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6ADF; }
p { color: rgb(78,106,223); }
H1.HeaderClassName
{
color: #4E6ADF;
}
.AnyTagClassName
{
color: #4E6ADF;
}
</style>
background-color css
<style>
a { background-color: #4E6ADF; }
a { background-color: rgb(78,106,223); }
div.DivClassName
{
background-color: #4E6ADF;
}
.BgClassName
{
background-color: #4E6ADF;
}
</style>
border-color css
<style>
span { border-color: #4E6ADF; }
span { border-color: rgb(78,106,223); }
td.TdClassName
{
border-color: #4E6ADF;
}
.TagClassName
{
border-color: #4E6ADF;
}
</style>