Shades of Royal Blue #4E73FF
Tints of Royal Blue #4E73FF
RGB
CMYK
RGB Variations
Color information
#4E73FF (or 0x4E73FF) is known color: Royal Blue. HEX triplet: 4E, 73 and FF. RGB value is (78,115,255). Sum of RGB (Red+Green+Blue) = 78+115+255=448 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.41% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E73FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E73FF is #B18C00. Grayscale: #777777. Windows color (decimal): -11635713 or 16741198. OLE color: 16741198.
HSL color Cylindrical-coordinate representation of color #4E73FF: hue angle of 227.46º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E73FF is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 115 | 255 | - |
| CMYK | 0.69 | 0.55 | 0 | 0 |
| HSL | 227.46º | 1% | 0.65% | - |
| HSV(B) | 227.46º | 0.69% | 1% | - |
| XYZ | 27.32 | 21.1 | 97.24 | - |
| YUV | 119.9 | 204.24 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 115 | 255 | 0.69 | 0.55 | 0 | 0 | 227.46 | 1 | 0.65 |
| Hex | 4E | 73 | FF | 45 | 37 | 0 | 0 | E3 | 64 | 41 |
| Octal | 116 | 163 | 377 | 105 | 67 | 0 | 0 | 343 | 144 | 101 |
| Binary | 1001110 | 1110011 | 11111111 | 1000101 | 110111 | 0 | 0 | 11100011 | 1100100 | 1000001 |
Color Harmonies of #4E73FF
Complementary color
Monochromatic Colors of #4E73FF
Black with #4E73FF
Text Example
Text Example
White with #4E73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E73FF; }
p { color: rgb(78,115,255); }
H1.HeaderClassName
{
color: #4E73FF;
}
.AnyTagClassName
{
color: #4E73FF;
}
</style>
background-color css
<style>
a { background-color: #4E73FF; }
a { background-color: rgb(78,115,255); }
div.DivClassName
{
background-color: #4E73FF;
}
.BgClassName
{
background-color: #4E73FF;
}
</style>
border-color css
<style>
span { border-color: #4E73FF; }
span { border-color: rgb(78,115,255); }
td.TdClassName
{
border-color: #4E73FF;
}
.TagClassName
{
border-color: #4E73FF;
}
</style>