Shades of Royal Blue #4D5DE4
Tints of Royal Blue #4D5DE4
RGB
CMYK
RGB Variations
Color information
#4D5DE4 (or 0x4D5DE4) is known color: Royal Blue. HEX triplet: 4D, 5D and E4. RGB value is (77,93,228). Sum of RGB (Red+Green+Blue) = 77+93+228=398 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.35% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 228 (89.45% from 255 or 57.29% from 398); Max value from RGB is 228 - color contains mainly: blue. Hex color #4D5DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D5DE4 is #B2A21B. Grayscale: #676767. Windows color (decimal): -11706908 or 14966093. OLE color: 14966093.
HSL color Cylindrical-coordinate representation of color #4D5DE4: hue angle of 233.64º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D5DE4 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 93 | 228 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.11 |
| HSL | 233.64º | 0.74% | 0.6% | - |
| HSV(B) | 233.64º | 0.66% | 0.89% | - |
| XYZ | 20.98 | 15.01 | 75.19 | - |
| YUV | 103.61 | 198.2 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 93 | 228 | 0.66 | 0.59 | 0 | 0.11 | 233.64 | 0.74 | 0.6 |
| Hex | 4D | 5D | E4 | 42 | 3B | 0 | B | EA | 4A | 3C |
| Octal | 115 | 135 | 344 | 102 | 73 | 0 | 13 | 352 | 112 | 74 |
| Binary | 1001101 | 1011101 | 11100100 | 1000010 | 111011 | 0 | 1011 | 11101010 | 1001010 | 111100 |
Color Harmonies of #4D5DE4
Complementary color
Monochromatic Colors of #4D5DE4
Black with #4D5DE4
Text Example
Text Example
White with #4D5DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5DE4; }
p { color: rgb(77,93,228); }
H1.HeaderClassName
{
color: #4D5DE4;
}
.AnyTagClassName
{
color: #4D5DE4;
}
</style>
background-color css
<style>
a { background-color: #4D5DE4; }
a { background-color: rgb(77,93,228); }
div.DivClassName
{
background-color: #4D5DE4;
}
.BgClassName
{
background-color: #4D5DE4;
}
</style>
border-color css
<style>
span { border-color: #4D5DE4; }
span { border-color: rgb(77,93,228); }
td.TdClassName
{
border-color: #4D5DE4;
}
.TagClassName
{
border-color: #4D5DE4;
}
</style>