Shades of Royal Blue #4E5CDE
Tints of Royal Blue #4E5CDE
RGB
CMYK
RGB Variations
Color information
#4E5CDE (or 0x4E5CDE) is known color: Royal Blue. HEX triplet: 4E, 5C and DE. RGB value is (78,92,222). Sum of RGB (Red+Green+Blue) = 78+92+222=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 92 (36.33% from 255 or 23.47% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E5CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CDE is #B1A321. Grayscale: #666666. Windows color (decimal): -11641634 or 14572622. OLE color: 14572622.
HSL color Cylindrical-coordinate representation of color #4E5CDE: hue angle of 234.17º 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 #4E5CDE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 92 | 222 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.13 |
| HSL | 234.17º | 0.69% | 0.59% | - |
| HSV(B) | 234.17º | 0.65% | 0.87% | - |
| XYZ | 20.15 | 14.55 | 70.85 | - |
| YUV | 102.63 | 195.36 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 222 | 0.65 | 0.59 | 0 | 0.13 | 234.17 | 0.69 | 0.59 |
| Hex | 4E | 5C | DE | 41 | 3B | 0 | D | EA | 45 | 3B |
| Octal | 116 | 134 | 336 | 101 | 73 | 0 | 15 | 352 | 105 | 73 |
| Binary | 1001110 | 1011100 | 11011110 | 1000001 | 111011 | 0 | 1101 | 11101010 | 1000101 | 111011 |
Color Harmonies of #4E5CDE
Complementary color
Monochromatic Colors of #4E5CDE
Black with #4E5CDE
Text Example
Text Example
White with #4E5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CDE; }
p { color: rgb(78,92,222); }
H1.HeaderClassName
{
color: #4E5CDE;
}
.AnyTagClassName
{
color: #4E5CDE;
}
</style>
background-color css
<style>
a { background-color: #4E5CDE; }
a { background-color: rgb(78,92,222); }
div.DivClassName
{
background-color: #4E5CDE;
}
.BgClassName
{
background-color: #4E5CDE;
}
</style>
border-color css
<style>
span { border-color: #4E5CDE; }
span { border-color: rgb(78,92,222); }
td.TdClassName
{
border-color: #4E5CDE;
}
.TagClassName
{
border-color: #4E5CDE;
}
</style>