Shades of Royal Blue #4D6EDB
Tints of Royal Blue #4D6EDB
RGB
CMYK
RGB Variations
Color information
#4D6EDB (or 0x4D6EDB) is known color: Royal Blue. HEX triplet: 4D, 6E and DB. RGB value is (77,110,219). Sum of RGB (Red+Green+Blue) = 77+110+219=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D6EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6EDB is #B29124. Grayscale: #707070. Windows color (decimal): -11702565 or 14380621. OLE color: 14380621.
HSL color Cylindrical-coordinate representation of color #4D6EDB: hue angle of 226.06º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D6EDB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 110 | 219 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.14 |
| HSL | 226.06º | 0.66% | 0.58% | - |
| HSV(B) | 226.06º | 0.65% | 0.86% | - |
| XYZ | 21.42 | 17.84 | 69.33 | - |
| YUV | 112.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 219 | 0.65 | 0.50 | 0 | 0.14 | 226.06 | 0.66 | 0.58 |
| Hex | 4D | 6E | DB | 41 | 32 | 0 | E | E2 | 42 | 3A |
| Octal | 115 | 156 | 333 | 101 | 62 | 0 | 16 | 342 | 102 | 72 |
| Binary | 1001101 | 1101110 | 11011011 | 1000001 | 110010 | 0 | 1110 | 11100010 | 1000010 | 111010 |
Color Harmonies of #4D6EDB
Complementary color
Monochromatic Colors of #4D6EDB
Black with #4D6EDB
Text Example
Text Example
White with #4D6EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6EDB; }
p { color: rgb(77,110,219); }
H1.HeaderClassName
{
color: #4D6EDB;
}
.AnyTagClassName
{
color: #4D6EDB;
}
</style>
background-color css
<style>
a { background-color: #4D6EDB; }
a { background-color: rgb(77,110,219); }
div.DivClassName
{
background-color: #4D6EDB;
}
.BgClassName
{
background-color: #4D6EDB;
}
</style>
border-color css
<style>
span { border-color: #4D6EDB; }
span { border-color: rgb(77,110,219); }
td.TdClassName
{
border-color: #4D6EDB;
}
.TagClassName
{
border-color: #4D6EDB;
}
</style>