Shades of Royal Blue #4E6BDD
Tints of Royal Blue #4E6BDD
RGB
CMYK
RGB Variations
Color information
#4E6BDD (or 0x4E6BDD) is known color: Royal Blue. HEX triplet: 4E, 6B and DD. RGB value is (78,107,221). Sum of RGB (Red+Green+Blue) = 78+107+221=406 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.21% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E6BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BDD is #B19422. Grayscale: #6E6E6E. Windows color (decimal): -11637795 or 14510926. OLE color: 14510926.
HSL color Cylindrical-coordinate representation of color #4E6BDD: hue angle of 227.83º degrees, saturation: 0.68, 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 #4E6BDD is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 107 | 221 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.13 |
| HSL | 227.83º | 0.68% | 0.59% | - |
| HSV(B) | 227.83º | 0.65% | 0.87% | - |
| XYZ | 21.45 | 17.36 | 70.63 | - |
| YUV | 111.33 | 189.89 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 221 | 0.65 | 0.52 | 0 | 0.13 | 227.83 | 0.68 | 0.59 |
| Hex | 4E | 6B | DD | 41 | 34 | 0 | D | E4 | 44 | 3B |
| Octal | 116 | 153 | 335 | 101 | 64 | 0 | 15 | 344 | 104 | 73 |
| Binary | 1001110 | 1101011 | 11011101 | 1000001 | 110100 | 0 | 1101 | 11100100 | 1000100 | 111011 |
Color Harmonies of #4E6BDD
Complementary color
Monochromatic Colors of #4E6BDD
Black with #4E6BDD
Text Example
Text Example
White with #4E6BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BDD; }
p { color: rgb(78,107,221); }
H1.HeaderClassName
{
color: #4E6BDD;
}
.AnyTagClassName
{
color: #4E6BDD;
}
</style>
background-color css
<style>
a { background-color: #4E6BDD; }
a { background-color: rgb(78,107,221); }
div.DivClassName
{
background-color: #4E6BDD;
}
.BgClassName
{
background-color: #4E6BDD;
}
</style>
border-color css
<style>
span { border-color: #4E6BDD; }
span { border-color: rgb(78,107,221); }
td.TdClassName
{
border-color: #4E6BDD;
}
.TagClassName
{
border-color: #4E6BDD;
}
</style>