Shades of Royal Blue #4D6BDB
Tints of Royal Blue #4D6BDB
RGB
CMYK
RGB Variations
Color information
#4D6BDB (or 0x4D6BDB) is known color: Royal Blue. HEX triplet: 4D, 6B and DB. RGB value is (77,107,219). Sum of RGB (Red+Green+Blue) = 77+107+219=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #4D6BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6BDB is #B29424. Grayscale: #6E6E6E. Windows color (decimal): -11703333 or 14379853. OLE color: 14379853.
HSL color Cylindrical-coordinate representation of color #4D6BDB: hue angle of 227.32º 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 #4D6BDB is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 107 | 219 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.14 |
| HSL | 227.32º | 0.66% | 0.58% | - |
| HSV(B) | 227.32º | 0.65% | 0.86% | - |
| XYZ | 21.1 | 17.21 | 69.23 | - |
| YUV | 110.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 219 | 0.65 | 0.51 | 0 | 0.14 | 227.32 | 0.66 | 0.58 |
| Hex | 4D | 6B | DB | 41 | 33 | 0 | E | E3 | 42 | 3A |
| Octal | 115 | 153 | 333 | 101 | 63 | 0 | 16 | 343 | 102 | 72 |
| Binary | 1001101 | 1101011 | 11011011 | 1000001 | 110011 | 0 | 1110 | 11100011 | 1000010 | 111010 |
Color Harmonies of #4D6BDB
Complementary color
Monochromatic Colors of #4D6BDB
Black with #4D6BDB
Text Example
Text Example
White with #4D6BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6BDB; }
p { color: rgb(77,107,219); }
H1.HeaderClassName
{
color: #4D6BDB;
}
.AnyTagClassName
{
color: #4D6BDB;
}
</style>
background-color css
<style>
a { background-color: #4D6BDB; }
a { background-color: rgb(77,107,219); }
div.DivClassName
{
background-color: #4D6BDB;
}
.BgClassName
{
background-color: #4D6BDB;
}
</style>
border-color css
<style>
span { border-color: #4D6BDB; }
span { border-color: rgb(77,107,219); }
td.TdClassName
{
border-color: #4D6BDB;
}
.TagClassName
{
border-color: #4D6BDB;
}
</style>