Shades of Royal Blue #4D7CFE
Tints of Royal Blue #4D7CFE
RGB
CMYK
RGB Variations
Color information
#4D7CFE (or 0x4D7CFE) is known color: Royal Blue. HEX triplet: 4D, 7C and FE. RGB value is (77,124,254). Sum of RGB (Red+Green+Blue) = 77+124+254=455 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.92% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7CFE is #B28301. Grayscale: #7C7C7C. Windows color (decimal): -11698946 or 16677965. OLE color: 16677965.
HSL color Cylindrical-coordinate representation of color #4D7CFE: hue angle of 224.07º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D7CFE is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 124 | 254 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.00 |
| HSL | 224.07º | 0.99% | 0.65% | - |
| HSV(B) | 224.07º | 0.7% | 1% | - |
| XYZ | 28.16 | 23.15 | 96.75 | - |
| YUV | 124.77 | 200.93 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 124 | 254 | 0.70 | 0.51 | 0 | 0.00 | 224.07 | 0.99 | 0.65 |
| Hex | 4D | 7C | FE | 46 | 33 | 0 | 0 | E0 | 63 | 41 |
| Octal | 115 | 174 | 376 | 106 | 63 | 0 | 0 | 340 | 143 | 101 |
| Binary | 1001101 | 1111100 | 11111110 | 1000110 | 110011 | 0 | 0 | 11100000 | 1100011 | 1000001 |
Color Harmonies of #4D7CFE
Complementary color
Monochromatic Colors of #4D7CFE
Black with #4D7CFE
Text Example
Text Example
White with #4D7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7CFE; }
p { color: rgb(77,124,254); }
H1.HeaderClassName
{
color: #4D7CFE;
}
.AnyTagClassName
{
color: #4D7CFE;
}
</style>
background-color css
<style>
a { background-color: #4D7CFE; }
a { background-color: rgb(77,124,254); }
div.DivClassName
{
background-color: #4D7CFE;
}
.BgClassName
{
background-color: #4D7CFE;
}
</style>
border-color css
<style>
span { border-color: #4D7CFE; }
span { border-color: rgb(77,124,254); }
td.TdClassName
{
border-color: #4D7CFE;
}
.TagClassName
{
border-color: #4D7CFE;
}
</style>