Shades of Royal Blue #4D5DEC
Tints of Royal Blue #4D5DEC
RGB
CMYK
RGB Variations
Color information
#4D5DEC (or 0x4D5DEC) is known color: Royal Blue. HEX triplet: 4D, 5D and EC. RGB value is (77,93,236). Sum of RGB (Red+Green+Blue) = 77+93+236=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 236 (92.58% from 255 or 58.13% from 406); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D5DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5DEC is #B2A213. Grayscale: #676767. Windows color (decimal): -11706900 or 15490381. OLE color: 15490381.
HSL color Cylindrical-coordinate representation of color #4D5DEC: hue angle of 233.96º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D5DEC is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 93 | 236 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.07 |
| HSL | 233.96º | 0.81% | 0.61% | - |
| HSV(B) | 233.96º | 0.67% | 0.93% | - |
| XYZ | 22.12 | 15.46 | 81.18 | - |
| YUV | 104.52 | 202.2 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 236 | 0.67 | 0.61 | 0 | 0.07 | 233.96 | 0.81 | 0.61 |
| Hex | 4D | 5D | EC | 43 | 3D | 0 | 7 | EA | 51 | 3D |
| Octal | 115 | 135 | 354 | 103 | 75 | 0 | 7 | 352 | 121 | 75 |
| Binary | 1001101 | 1011101 | 11101100 | 1000011 | 111101 | 0 | 111 | 11101010 | 1010001 | 111101 |
Color Harmonies of #4D5DEC
Complementary color
Monochromatic Colors of #4D5DEC
Black with #4D5DEC
Text Example
Text Example
White with #4D5DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DEC; }
p { color: rgb(77,93,236); }
H1.HeaderClassName
{
color: #4D5DEC;
}
.AnyTagClassName
{
color: #4D5DEC;
}
</style>
background-color css
<style>
a { background-color: #4D5DEC; }
a { background-color: rgb(77,93,236); }
div.DivClassName
{
background-color: #4D5DEC;
}
.BgClassName
{
background-color: #4D5DEC;
}
</style>
border-color css
<style>
span { border-color: #4D5DEC; }
span { border-color: rgb(77,93,236); }
td.TdClassName
{
border-color: #4D5DEC;
}
.TagClassName
{
border-color: #4D5DEC;
}
</style>