Shades of Royal Blue #4D5CEB
Tints of Royal Blue #4D5CEB
RGB
CMYK
RGB Variations
Color information
#4D5CEB (or 0x4D5CEB) is known color: Royal Blue. HEX triplet: 4D, 5C and EB. RGB value is (77,92,235). Sum of RGB (Red+Green+Blue) = 77+92+235=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 235 (92.19% from 255 or 58.17% from 404); Max value from RGB is 235 - color contains mainly: blue. Hex color #4D5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5CEB is #B2A314. Grayscale: #676767. Windows color (decimal): -11707157 or 15424589. OLE color: 15424589.
HSL color Cylindrical-coordinate representation of color #4D5CEB: hue angle of 234.3º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D5CEB is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 77 | 92 | 235 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.08 |
| HSL | 234.3º | 0.8% | 0.61% | - |
| HSV(B) | 234.3º | 0.67% | 0.92% | - |
| XYZ | 21.88 | 15.23 | 80.38 | - |
| YUV | 103.82 | 202.03 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 235 | 0.67 | 0.61 | 0 | 0.08 | 234.3 | 0.8 | 0.61 |
| Hex | 4D | 5C | EB | 43 | 3D | 0 | 8 | EA | 50 | 3D |
| Octal | 115 | 134 | 353 | 103 | 75 | 0 | 10 | 352 | 120 | 75 |
| Binary | 1001101 | 1011100 | 11101011 | 1000011 | 111101 | 0 | 1000 | 11101010 | 1010000 | 111101 |
Color Harmonies of #4D5CEB
Complementary color
Monochromatic Colors of #4D5CEB
Black with #4D5CEB
Text Example
Text Example
White with #4D5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5CEB; }
p { color: rgb(77,92,235); }
H1.HeaderClassName
{
color: #4D5CEB;
}
.AnyTagClassName
{
color: #4D5CEB;
}
</style>
background-color css
<style>
a { background-color: #4D5CEB; }
a { background-color: rgb(77,92,235); }
div.DivClassName
{
background-color: #4D5CEB;
}
.BgClassName
{
background-color: #4D5CEB;
}
</style>
border-color css
<style>
span { border-color: #4D5CEB; }
span { border-color: rgb(77,92,235); }
td.TdClassName
{
border-color: #4D5CEB;
}
.TagClassName
{
border-color: #4D5CEB;
}
</style>