Shades of Royal Blue #4E5CDC
Tints of Royal Blue #4E5CDC
RGB
CMYK
RGB Variations
Color information
#4E5CDC (or 0x4E5CDC) is known color: Royal Blue. HEX triplet: 4E, 5C and DC. RGB value is (78,92,220). Sum of RGB (Red+Green+Blue) = 78+92+220=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E5CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E5CDC is #B1A323. Grayscale: #656565. Windows color (decimal): -11641636 or 14441550. OLE color: 14441550.
HSL color Cylindrical-coordinate representation of color #4E5CDC: hue angle of 234.08º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E5CDC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 92 | 220 | - |
| CMYK | 0.65 | 0.58 | 0 | 0.14 |
| HSL | 234.08º | 0.67% | 0.58% | - |
| HSV(B) | 234.08º | 0.65% | 0.86% | - |
| XYZ | 19.89 | 14.44 | 69.45 | - |
| YUV | 102.41 | 194.36 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 220 | 0.65 | 0.58 | 0 | 0.14 | 234.08 | 0.67 | 0.58 |
| Hex | 4E | 5C | DC | 41 | 3A | 0 | E | EA | 43 | 3A |
| Octal | 116 | 134 | 334 | 101 | 72 | 0 | 16 | 352 | 103 | 72 |
| Binary | 1001110 | 1011100 | 11011100 | 1000001 | 111010 | 0 | 1110 | 11101010 | 1000011 | 111010 |
Color Harmonies of #4E5CDC
Complementary color
Monochromatic Colors of #4E5CDC
Black with #4E5CDC
Text Example
Text Example
White with #4E5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5CDC; }
p { color: rgb(78,92,220); }
H1.HeaderClassName
{
color: #4E5CDC;
}
.AnyTagClassName
{
color: #4E5CDC;
}
</style>
background-color css
<style>
a { background-color: #4E5CDC; }
a { background-color: rgb(78,92,220); }
div.DivClassName
{
background-color: #4E5CDC;
}
.BgClassName
{
background-color: #4E5CDC;
}
</style>
border-color css
<style>
span { border-color: #4E5CDC; }
span { border-color: rgb(78,92,220); }
td.TdClassName
{
border-color: #4E5CDC;
}
.TagClassName
{
border-color: #4E5CDC;
}
</style>