Shades of Royal Blue #4E7DDB
Tints of Royal Blue #4E7DDB
RGB
CMYK
RGB Variations
Color information
#4E7DDB (or 0x4E7DDB) is known color: Royal Blue. HEX triplet: 4E, 7D and DB. RGB value is (78,125,219). Sum of RGB (Red+Green+Blue) = 78+125+219=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 125 (49.22% from 255 or 29.62% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E7DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E7DDB is #B18224. Grayscale: #797979. Windows color (decimal): -11633189 or 14384462. OLE color: 14384462.
HSL color Cylindrical-coordinate representation of color #4E7DDB: hue angle of 220º 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 #4E7DDB is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 125 | 219 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.14 |
| HSL | 220º | 0.66% | 0.58% | - |
| HSV(B) | 220º | 0.64% | 0.86% | - |
| XYZ | 23.26 | 21.4 | 69.92 | - |
| YUV | 121.66 | 182.93 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 125 | 219 | 0.64 | 0.43 | 0 | 0.14 | 220 | 0.66 | 0.58 |
| Hex | 4E | 7D | DB | 40 | 2B | 0 | E | DC | 42 | 3A |
| Octal | 116 | 175 | 333 | 100 | 53 | 0 | 16 | 334 | 102 | 72 |
| Binary | 1001110 | 1111101 | 11011011 | 1000000 | 101011 | 0 | 1110 | 11011100 | 1000010 | 111010 |
Color Harmonies of #4E7DDB
Complementary color
Monochromatic Colors of #4E7DDB
Black with #4E7DDB
Text Example
Text Example
White with #4E7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7DDB; }
p { color: rgb(78,125,219); }
H1.HeaderClassName
{
color: #4E7DDB;
}
.AnyTagClassName
{
color: #4E7DDB;
}
</style>
background-color css
<style>
a { background-color: #4E7DDB; }
a { background-color: rgb(78,125,219); }
div.DivClassName
{
background-color: #4E7DDB;
}
.BgClassName
{
background-color: #4E7DDB;
}
</style>
border-color css
<style>
span { border-color: #4E7DDB; }
span { border-color: rgb(78,125,219); }
td.TdClassName
{
border-color: #4E7DDB;
}
.TagClassName
{
border-color: #4E7DDB;
}
</style>