Shades of Royal Blue #4E6EDF
Tints of Royal Blue #4E6EDF
RGB
CMYK
RGB Variations
Color information
#4E6EDF (or 0x4E6EDF) is known color: Royal Blue. HEX triplet: 4E, 6E and DF. RGB value is (78,110,223). Sum of RGB (Red+Green+Blue) = 78+110+223=411 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.98% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E6EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6EDF is #B19120. Grayscale: #707070. Windows color (decimal): -11637025 or 14642766. OLE color: 14642766.
HSL color Cylindrical-coordinate representation of color #4E6EDF: hue angle of 226.76º 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 #4E6EDF is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 110 | 223 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.13 |
| HSL | 226.76º | 0.69% | 0.59% | - |
| HSV(B) | 226.76º | 0.65% | 0.87% | - |
| XYZ | 22.04 | 18.1 | 72.14 | - |
| YUV | 113.31 | 189.9 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 110 | 223 | 0.65 | 0.51 | 0 | 0.13 | 226.76 | 0.69 | 0.59 |
| Hex | 4E | 6E | DF | 41 | 33 | 0 | D | E3 | 45 | 3B |
| Octal | 116 | 156 | 337 | 101 | 63 | 0 | 15 | 343 | 105 | 73 |
| Binary | 1001110 | 1101110 | 11011111 | 1000001 | 110011 | 0 | 1101 | 11100011 | 1000101 | 111011 |
Color Harmonies of #4E6EDF
Complementary color
Monochromatic Colors of #4E6EDF
Black with #4E6EDF
Text Example
Text Example
White with #4E6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6EDF; }
p { color: rgb(78,110,223); }
H1.HeaderClassName
{
color: #4E6EDF;
}
.AnyTagClassName
{
color: #4E6EDF;
}
</style>
background-color css
<style>
a { background-color: #4E6EDF; }
a { background-color: rgb(78,110,223); }
div.DivClassName
{
background-color: #4E6EDF;
}
.BgClassName
{
background-color: #4E6EDF;
}
</style>
border-color css
<style>
span { border-color: #4E6EDF; }
span { border-color: rgb(78,110,223); }
td.TdClassName
{
border-color: #4E6EDF;
}
.TagClassName
{
border-color: #4E6EDF;
}
</style>