Shades of Royal Blue #4D7FEE
Tints of Royal Blue #4D7FEE
RGB
CMYK
RGB Variations
Color information
#4D7FEE (or 0x4D7FEE) is known color: Royal Blue. HEX triplet: 4D, 7F and EE. RGB value is (77,127,238). Sum of RGB (Red+Green+Blue) = 77+127+238=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 238 (93.36% from 255 or 53.85% from 442); Max value from RGB is 238 - color contains mainly: blue. Hex color #4D7FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7FEE is #B28011. Grayscale: #7C7C7C. Windows color (decimal): -11698194 or 15630157. OLE color: 15630157.
HSL color Cylindrical-coordinate representation of color #4D7FEE: hue angle of 221.37º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7FEE is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 127 | 238 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.07 |
| HSL | 221.37º | 0.83% | 0.62% | - |
| HSV(B) | 221.37º | 0.68% | 0.93% | - |
| XYZ | 26.08 | 22.93 | 83.94 | - |
| YUV | 124.7 | 191.94 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 127 | 238 | 0.68 | 0.47 | 0 | 0.07 | 221.37 | 0.83 | 0.62 |
| Hex | 4D | 7F | EE | 44 | 2F | 0 | 7 | DD | 53 | 3E |
| Octal | 115 | 177 | 356 | 104 | 57 | 0 | 7 | 335 | 123 | 76 |
| Binary | 1001101 | 1111111 | 11101110 | 1000100 | 101111 | 0 | 111 | 11011101 | 1010011 | 111110 |
Color Harmonies of #4D7FEE
Complementary color
Monochromatic Colors of #4D7FEE
Black with #4D7FEE
Text Example
Text Example
White with #4D7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7FEE; }
p { color: rgb(77,127,238); }
H1.HeaderClassName
{
color: #4D7FEE;
}
.AnyTagClassName
{
color: #4D7FEE;
}
</style>
background-color css
<style>
a { background-color: #4D7FEE; }
a { background-color: rgb(77,127,238); }
div.DivClassName
{
background-color: #4D7FEE;
}
.BgClassName
{
background-color: #4D7FEE;
}
</style>
border-color css
<style>
span { border-color: #4D7FEE; }
span { border-color: rgb(77,127,238); }
td.TdClassName
{
border-color: #4D7FEE;
}
.TagClassName
{
border-color: #4D7FEE;
}
</style>