Shades of Royal Blue #4D7BEF
Tints of Royal Blue #4D7BEF
RGB
CMYK
RGB Variations
Color information
#4D7BEF (or 0x4D7BEF) is known color: Royal Blue. HEX triplet: 4D, 7B and EF. RGB value is (77,123,239). Sum of RGB (Red+Green+Blue) = 77+123+239=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #4D7BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7BEF is #B28410. Grayscale: #797979. Windows color (decimal): -11699217 or 15694669. OLE color: 15694669.
HSL color Cylindrical-coordinate representation of color #4D7BEF: hue angle of 222.96º 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 #4D7BEF is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 123 | 239 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.06 |
| HSL | 222.96º | 0.84% | 0.62% | - |
| HSV(B) | 222.96º | 0.68% | 0.94% | - |
| XYZ | 25.72 | 21.98 | 84.55 | - |
| YUV | 122.47 | 193.76 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 239 | 0.68 | 0.49 | 0 | 0.06 | 222.96 | 0.84 | 0.62 |
| Hex | 4D | 7B | EF | 44 | 31 | 0 | 6 | DF | 54 | 3E |
| Octal | 115 | 173 | 357 | 104 | 61 | 0 | 6 | 337 | 124 | 76 |
| Binary | 1001101 | 1111011 | 11101111 | 1000100 | 110001 | 0 | 110 | 11011111 | 1010100 | 111110 |
Color Harmonies of #4D7BEF
Complementary color
Monochromatic Colors of #4D7BEF
Black with #4D7BEF
Text Example
Text Example
White with #4D7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BEF; }
p { color: rgb(77,123,239); }
H1.HeaderClassName
{
color: #4D7BEF;
}
.AnyTagClassName
{
color: #4D7BEF;
}
</style>
background-color css
<style>
a { background-color: #4D7BEF; }
a { background-color: rgb(77,123,239); }
div.DivClassName
{
background-color: #4D7BEF;
}
.BgClassName
{
background-color: #4D7BEF;
}
</style>
border-color css
<style>
span { border-color: #4D7BEF; }
span { border-color: rgb(77,123,239); }
td.TdClassName
{
border-color: #4D7BEF;
}
.TagClassName
{
border-color: #4D7BEF;
}
</style>