Shades of Royal Blue #4E58DF
Tints of Royal Blue #4E58DF
RGB
CMYK
RGB Variations
Color information
#4E58DF (or 0x4E58DF) is known color: Royal Blue. HEX triplet: 4E, 58 and DF. RGB value is (78,88,223). Sum of RGB (Red+Green+Blue) = 78+88+223=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E58DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E58DF is #B1A720. Grayscale: #636363. Windows color (decimal): -11642657 or 14637134. OLE color: 14637134.
HSL color Cylindrical-coordinate representation of color #4E58DF: hue angle of 235.86º 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 #4E58DF is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 88 | 223 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.13 |
| HSL | 235.86º | 0.69% | 0.59% | - |
| HSV(B) | 235.86º | 0.65% | 0.87% | - |
| XYZ | 19.95 | 13.93 | 71.45 | - |
| YUV | 100.4 | 197.19 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 223 | 0.65 | 0.61 | 0 | 0.13 | 235.86 | 0.69 | 0.59 |
| Hex | 4E | 58 | DF | 41 | 3D | 0 | D | EC | 45 | 3B |
| Octal | 116 | 130 | 337 | 101 | 75 | 0 | 15 | 354 | 105 | 73 |
| Binary | 1001110 | 1011000 | 11011111 | 1000001 | 111101 | 0 | 1101 | 11101100 | 1000101 | 111011 |
Color Harmonies of #4E58DF
Complementary color
Monochromatic Colors of #4E58DF
Black with #4E58DF
Text Example
Text Example
White with #4E58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E58DF; }
p { color: rgb(78,88,223); }
H1.HeaderClassName
{
color: #4E58DF;
}
.AnyTagClassName
{
color: #4E58DF;
}
</style>
background-color css
<style>
a { background-color: #4E58DF; }
a { background-color: rgb(78,88,223); }
div.DivClassName
{
background-color: #4E58DF;
}
.BgClassName
{
background-color: #4E58DF;
}
</style>
border-color css
<style>
span { border-color: #4E58DF; }
span { border-color: rgb(78,88,223); }
td.TdClassName
{
border-color: #4E58DF;
}
.TagClassName
{
border-color: #4E58DF;
}
</style>