Shades of Royal Blue #4D7BFB
Tints of Royal Blue #4D7BFB
RGB
CMYK
RGB Variations
Color information
#4D7BFB (or 0x4D7BFB) is known color: Royal Blue. HEX triplet: 4D, 7B and FB. RGB value is (77,123,251). Sum of RGB (Red+Green+Blue) = 77+123+251=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D7BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7BFB is #B28404. Grayscale: #7B7B7B. Windows color (decimal): -11699205 or 16481101. OLE color: 16481101.
HSL color Cylindrical-coordinate representation of color #4D7BFB: hue angle of 224.14º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7BFB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 123 | 251 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.02 |
| HSL | 224.14º | 0.96% | 0.64% | - |
| HSV(B) | 224.14º | 0.69% | 0.98% | - |
| XYZ | 27.56 | 22.71 | 94.2 | - |
| YUV | 123.84 | 199.76 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 123 | 251 | 0.69 | 0.51 | 0 | 0.02 | 224.14 | 0.96 | 0.64 |
| Hex | 4D | 7B | FB | 45 | 33 | 0 | 2 | E0 | 60 | 40 |
| Octal | 115 | 173 | 373 | 105 | 63 | 0 | 2 | 340 | 140 | 100 |
| Binary | 1001101 | 1111011 | 11111011 | 1000101 | 110011 | 0 | 10 | 11100000 | 1100000 | 1000000 |
Color Harmonies of #4D7BFB
Complementary color
Monochromatic Colors of #4D7BFB
Black with #4D7BFB
Text Example
Text Example
White with #4D7BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7BFB; }
p { color: rgb(77,123,251); }
H1.HeaderClassName
{
color: #4D7BFB;
}
.AnyTagClassName
{
color: #4D7BFB;
}
</style>
background-color css
<style>
a { background-color: #4D7BFB; }
a { background-color: rgb(77,123,251); }
div.DivClassName
{
background-color: #4D7BFB;
}
.BgClassName
{
background-color: #4D7BFB;
}
</style>
border-color css
<style>
span { border-color: #4D7BFB; }
span { border-color: rgb(77,123,251); }
td.TdClassName
{
border-color: #4D7BFB;
}
.TagClassName
{
border-color: #4D7BFB;
}
</style>