Shades of Royal Blue #4E7BDF
Tints of Royal Blue #4E7BDF
RGB
CMYK
RGB Variations
Color information
#4E7BDF (or 0x4E7BDF) is known color: Royal Blue. HEX triplet: 4E, 7B and DF. RGB value is (78,123,223). Sum of RGB (Red+Green+Blue) = 78+123+223=424 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.40% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #4E7BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BDF is #B18420. Grayscale: #787878. Windows color (decimal): -11633697 or 14646094. OLE color: 14646094.
HSL color Cylindrical-coordinate representation of color #4E7BDF: hue angle of 221.38º 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 #4E7BDF is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 123 | 223 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.13 |
| HSL | 221.38º | 0.69% | 0.59% | - |
| HSV(B) | 221.38º | 0.65% | 0.87% | - |
| XYZ | 23.54 | 21.11 | 72.65 | - |
| YUV | 120.95 | 185.59 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 223 | 0.65 | 0.45 | 0 | 0.13 | 221.38 | 0.69 | 0.59 |
| Hex | 4E | 7B | DF | 41 | 2D | 0 | D | DD | 45 | 3B |
| Octal | 116 | 173 | 337 | 101 | 55 | 0 | 15 | 335 | 105 | 73 |
| Binary | 1001110 | 1111011 | 11011111 | 1000001 | 101101 | 0 | 1101 | 11011101 | 1000101 | 111011 |
Color Harmonies of #4E7BDF
Complementary color
Monochromatic Colors of #4E7BDF
Black with #4E7BDF
Text Example
Text Example
White with #4E7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BDF; }
p { color: rgb(78,123,223); }
H1.HeaderClassName
{
color: #4E7BDF;
}
.AnyTagClassName
{
color: #4E7BDF;
}
</style>
background-color css
<style>
a { background-color: #4E7BDF; }
a { background-color: rgb(78,123,223); }
div.DivClassName
{
background-color: #4E7BDF;
}
.BgClassName
{
background-color: #4E7BDF;
}
</style>
border-color css
<style>
span { border-color: #4E7BDF; }
span { border-color: rgb(78,123,223); }
td.TdClassName
{
border-color: #4E7BDF;
}
.TagClassName
{
border-color: #4E7BDF;
}
</style>