Shades of Royal Blue #4E7BDE
Tints of Royal Blue #4E7BDE
RGB
CMYK
RGB Variations
Color information
#4E7BDE (or 0x4E7BDE) is known color: Royal Blue. HEX triplet: 4E, 7B and DE. RGB value is (78,123,222). Sum of RGB (Red+Green+Blue) = 78+123+222=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7BDE is #B18421. Grayscale: #787878. Windows color (decimal): -11633698 or 14580558. OLE color: 14580558.
HSL color Cylindrical-coordinate representation of color #4E7BDE: hue angle of 221.25º 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 #4E7BDE is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 123 | 222 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.13 |
| HSL | 221.25º | 0.69% | 0.59% | - |
| HSV(B) | 221.25º | 0.65% | 0.87% | - |
| XYZ | 23.41 | 21.06 | 71.94 | - |
| YUV | 120.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 222 | 0.65 | 0.45 | 0 | 0.13 | 221.25 | 0.69 | 0.59 |
| Hex | 4E | 7B | DE | 41 | 2D | 0 | D | DD | 45 | 3B |
| Octal | 116 | 173 | 336 | 101 | 55 | 0 | 15 | 335 | 105 | 73 |
| Binary | 1001110 | 1111011 | 11011110 | 1000001 | 101101 | 0 | 1101 | 11011101 | 1000101 | 111011 |
Color Harmonies of #4E7BDE
Complementary color
Monochromatic Colors of #4E7BDE
Black with #4E7BDE
Text Example
Text Example
White with #4E7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BDE; }
p { color: rgb(78,123,222); }
H1.HeaderClassName
{
color: #4E7BDE;
}
.AnyTagClassName
{
color: #4E7BDE;
}
</style>
background-color css
<style>
a { background-color: #4E7BDE; }
a { background-color: rgb(78,123,222); }
div.DivClassName
{
background-color: #4E7BDE;
}
.BgClassName
{
background-color: #4E7BDE;
}
</style>
border-color css
<style>
span { border-color: #4E7BDE; }
span { border-color: rgb(78,123,222); }
td.TdClassName
{
border-color: #4E7BDE;
}
.TagClassName
{
border-color: #4E7BDE;
}
</style>