Shades of Royal Blue #4D7EEF
Tints of Royal Blue #4D7EEF
RGB
CMYK
RGB Variations
Color information
#4D7EEF (or 0x4D7EEF) is known color: Royal Blue. HEX triplet: 4D, 7E and EF. RGB value is (77,126,239). Sum of RGB (Red+Green+Blue) = 77+126+239=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7EEF is #B28110. Grayscale: #7B7B7B. Windows color (decimal): -11698449 or 15695437. OLE color: 15695437.
HSL color Cylindrical-coordinate representation of color #4D7EEF: hue angle of 221.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D7EEF is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 126 | 239 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.06 |
| HSL | 221.85º | 0.84% | 0.62% | - |
| HSV(B) | 221.85º | 0.68% | 0.94% | - |
| XYZ | 26.1 | 22.73 | 84.67 | - |
| YUV | 124.23 | 192.77 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 126 | 239 | 0.68 | 0.47 | 0 | 0.06 | 221.85 | 0.84 | 0.62 |
| Hex | 4D | 7E | EF | 44 | 2F | 0 | 6 | DE | 54 | 3E |
| Octal | 115 | 176 | 357 | 104 | 57 | 0 | 6 | 336 | 124 | 76 |
| Binary | 1001101 | 1111110 | 11101111 | 1000100 | 101111 | 0 | 110 | 11011110 | 1010100 | 111110 |
Color Harmonies of #4D7EEF
Complementary color
Monochromatic Colors of #4D7EEF
Black with #4D7EEF
Text Example
Text Example
White with #4D7EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7EEF; }
p { color: rgb(77,126,239); }
H1.HeaderClassName
{
color: #4D7EEF;
}
.AnyTagClassName
{
color: #4D7EEF;
}
</style>
background-color css
<style>
a { background-color: #4D7EEF; }
a { background-color: rgb(77,126,239); }
div.DivClassName
{
background-color: #4D7EEF;
}
.BgClassName
{
background-color: #4D7EEF;
}
</style>
border-color css
<style>
span { border-color: #4D7EEF; }
span { border-color: rgb(77,126,239); }
td.TdClassName
{
border-color: #4D7EEF;
}
.TagClassName
{
border-color: #4D7EEF;
}
</style>