Shades of Royal Blue #4E62DF
Tints of Royal Blue #4E62DF
RGB
CMYK
RGB Variations
Color information
#4E62DF (or 0x4E62DF) is known color: Royal Blue. HEX triplet: 4E, 62 and DF. RGB value is (78,98,223). Sum of RGB (Red+Green+Blue) = 78+98+223=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E62DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E62DF is #B19D20. Grayscale: #696969. Windows color (decimal): -11640097 or 14639694. OLE color: 14639694.
HSL color Cylindrical-coordinate representation of color #4E62DF: hue angle of 231.72º 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 #4E62DF is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 98 | 223 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.13 |
| HSL | 231.72º | 0.69% | 0.59% | - |
| HSV(B) | 231.72º | 0.65% | 0.87% | - |
| XYZ | 20.83 | 15.68 | 71.74 | - |
| YUV | 106.27 | 193.87 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 223 | 0.65 | 0.56 | 0 | 0.13 | 231.72 | 0.69 | 0.59 |
| Hex | 4E | 62 | DF | 41 | 38 | 0 | D | E8 | 45 | 3B |
| Octal | 116 | 142 | 337 | 101 | 70 | 0 | 15 | 350 | 105 | 73 |
| Binary | 1001110 | 1100010 | 11011111 | 1000001 | 111000 | 0 | 1101 | 11101000 | 1000101 | 111011 |
Color Harmonies of #4E62DF
Complementary color
Monochromatic Colors of #4E62DF
Black with #4E62DF
Text Example
Text Example
White with #4E62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E62DF; }
p { color: rgb(78,98,223); }
H1.HeaderClassName
{
color: #4E62DF;
}
.AnyTagClassName
{
color: #4E62DF;
}
</style>
background-color css
<style>
a { background-color: #4E62DF; }
a { background-color: rgb(78,98,223); }
div.DivClassName
{
background-color: #4E62DF;
}
.BgClassName
{
background-color: #4E62DF;
}
</style>
border-color css
<style>
span { border-color: #4E62DF; }
span { border-color: rgb(78,98,223); }
td.TdClassName
{
border-color: #4E62DF;
}
.TagClassName
{
border-color: #4E62DF;
}
</style>