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