Shades of Royal Blue #4E7ADB
Tints of Royal Blue #4E7ADB
RGB
CMYK
RGB Variations
Color information
#4E7ADB (or 0x4E7ADB) is known color: Royal Blue. HEX triplet: 4E, 7A and DB. RGB value is (78,122,219). Sum of RGB (Red+Green+Blue) = 78+122+219=419 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.62% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7ADB is #B18524. Grayscale: #777777. Windows color (decimal): -11633957 or 14383694. OLE color: 14383694.
HSL color Cylindrical-coordinate representation of color #4E7ADB: hue angle of 221.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E7ADB is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 122 | 219 | - |
| CMYK | 0.64 | 0.44 | 0 | 0.14 |
| HSL | 221.28º | 0.66% | 0.58% | - |
| HSV(B) | 221.28º | 0.64% | 0.86% | - |
| XYZ | 22.89 | 20.65 | 69.8 | - |
| YUV | 119.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 219 | 0.64 | 0.44 | 0 | 0.14 | 221.28 | 0.66 | 0.58 |
| Hex | 4E | 7A | DB | 40 | 2C | 0 | E | DD | 42 | 3A |
| Octal | 116 | 172 | 333 | 100 | 54 | 0 | 16 | 335 | 102 | 72 |
| Binary | 1001110 | 1111010 | 11011011 | 1000000 | 101100 | 0 | 1110 | 11011101 | 1000010 | 111010 |
Color Harmonies of #4E7ADB
Complementary color
Monochromatic Colors of #4E7ADB
Black with #4E7ADB
Text Example
Text Example
White with #4E7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7ADB; }
p { color: rgb(78,122,219); }
H1.HeaderClassName
{
color: #4E7ADB;
}
.AnyTagClassName
{
color: #4E7ADB;
}
</style>
background-color css
<style>
a { background-color: #4E7ADB; }
a { background-color: rgb(78,122,219); }
div.DivClassName
{
background-color: #4E7ADB;
}
.BgClassName
{
background-color: #4E7ADB;
}
</style>
border-color css
<style>
span { border-color: #4E7ADB; }
span { border-color: rgb(78,122,219); }
td.TdClassName
{
border-color: #4E7ADB;
}
.TagClassName
{
border-color: #4E7ADB;
}
</style>