Shades of Royal Blue #4D7CE4
Tints of Royal Blue #4D7CE4
RGB
CMYK
RGB Variations
Color information
#4D7CE4 (or 0x4D7CE4) is known color: Royal Blue. HEX triplet: 4D, 7C and E4. RGB value is (77,124,228). Sum of RGB (Red+Green+Blue) = 77+124+228=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 228 (89.45% from 255 or 53.15% from 429); Max value from RGB is 228 - color contains mainly: blue. Hex color #4D7CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7CE4 is #B2831B. Grayscale: #797979. Windows color (decimal): -11698972 or 14974029. OLE color: 14974029.
HSL color Cylindrical-coordinate representation of color #4D7CE4: hue angle of 221.32º 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 #4D7CE4 is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 77 | 124 | 228 | - |
| CMYK | 0.66 | 0.46 | 0 | 0.11 |
| HSL | 221.32º | 0.74% | 0.6% | - |
| HSV(B) | 221.32º | 0.66% | 0.89% | - |
| XYZ | 24.27 | 21.59 | 76.29 | - |
| YUV | 121.8 | 187.93 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 228 | 0.66 | 0.46 | 0 | 0.11 | 221.32 | 0.74 | 0.6 |
| Hex | 4D | 7C | E4 | 42 | 2E | 0 | B | DD | 4A | 3C |
| Octal | 115 | 174 | 344 | 102 | 56 | 0 | 13 | 335 | 112 | 74 |
| Binary | 1001101 | 1111100 | 11100100 | 1000010 | 101110 | 0 | 1011 | 11011101 | 1001010 | 111100 |
Color Harmonies of #4D7CE4
Complementary color
Monochromatic Colors of #4D7CE4
Black with #4D7CE4
Text Example
Text Example
White with #4D7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CE4; }
p { color: rgb(77,124,228); }
H1.HeaderClassName
{
color: #4D7CE4;
}
.AnyTagClassName
{
color: #4D7CE4;
}
</style>
background-color css
<style>
a { background-color: #4D7CE4; }
a { background-color: rgb(77,124,228); }
div.DivClassName
{
background-color: #4D7CE4;
}
.BgClassName
{
background-color: #4D7CE4;
}
</style>
border-color css
<style>
span { border-color: #4D7CE4; }
span { border-color: rgb(77,124,228); }
td.TdClassName
{
border-color: #4D7CE4;
}
.TagClassName
{
border-color: #4D7CE4;
}
</style>