Shades of Royal Blue #4D6DDB
Tints of Royal Blue #4D6DDB
RGB
CMYK
RGB Variations
Color information
#4D6DDB (or 0x4D6DDB) is known color: Royal Blue. HEX triplet: 4D, 6D and DB. RGB value is (77,109,219). Sum of RGB (Red+Green+Blue) = 77+109+219=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6DDB is #B29224. Grayscale: #6F6F6F. Windows color (decimal): -11702821 or 14380365. OLE color: 14380365.
HSL color Cylindrical-coordinate representation of color #4D6DDB: hue angle of 226.48º 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 #4D6DDB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 109 | 219 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.14 |
| HSL | 226.48º | 0.66% | 0.58% | - |
| HSV(B) | 226.48º | 0.65% | 0.86% | - |
| XYZ | 21.32 | 17.63 | 69.3 | - |
| YUV | 111.97 | 188.4 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 219 | 0.65 | 0.50 | 0 | 0.14 | 226.48 | 0.66 | 0.58 |
| Hex | 4D | 6D | DB | 41 | 32 | 0 | E | E2 | 42 | 3A |
| Octal | 115 | 155 | 333 | 101 | 62 | 0 | 16 | 342 | 102 | 72 |
| Binary | 1001101 | 1101101 | 11011011 | 1000001 | 110010 | 0 | 1110 | 11100010 | 1000010 | 111010 |
Color Harmonies of #4D6DDB
Complementary color
Monochromatic Colors of #4D6DDB
Black with #4D6DDB
Text Example
Text Example
White with #4D6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6DDB; }
p { color: rgb(77,109,219); }
H1.HeaderClassName
{
color: #4D6DDB;
}
.AnyTagClassName
{
color: #4D6DDB;
}
</style>
background-color css
<style>
a { background-color: #4D6DDB; }
a { background-color: rgb(77,109,219); }
div.DivClassName
{
background-color: #4D6DDB;
}
.BgClassName
{
background-color: #4D6DDB;
}
</style>
border-color css
<style>
span { border-color: #4D6DDB; }
span { border-color: rgb(77,109,219); }
td.TdClassName
{
border-color: #4D6DDB;
}
.TagClassName
{
border-color: #4D6DDB;
}
</style>