Shades of Royal Blue #4D72FB
Tints of Royal Blue #4D72FB
RGB
CMYK
RGB Variations
Color information
#4D72FB (or 0x4D72FB) is known color: Royal Blue. HEX triplet: 4D, 72 and FB. RGB value is (77,114,251). Sum of RGB (Red+Green+Blue) = 77+114+251=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D72FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D72FB is #B28D04. Grayscale: #757575. Windows color (decimal): -11701509 or 16478797. OLE color: 16478797.
HSL color Cylindrical-coordinate representation of color #4D72FB: hue angle of 227.24º 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 #4D72FB is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 114 | 251 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.02 |
| HSL | 227.24º | 0.96% | 0.64% | - |
| HSV(B) | 227.24º | 0.69% | 0.98% | - |
| XYZ | 26.49 | 20.58 | 93.84 | - |
| YUV | 118.56 | 202.74 | 98.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 114 | 251 | 0.69 | 0.55 | 0 | 0.02 | 227.24 | 0.96 | 0.64 |
| Hex | 4D | 72 | FB | 45 | 37 | 0 | 2 | E3 | 60 | 40 |
| Octal | 115 | 162 | 373 | 105 | 67 | 0 | 2 | 343 | 140 | 100 |
| Binary | 1001101 | 1110010 | 11111011 | 1000101 | 110111 | 0 | 10 | 11100011 | 1100000 | 1000000 |
Color Harmonies of #4D72FB
Complementary color
Monochromatic Colors of #4D72FB
Black with #4D72FB
Text Example
Text Example
White with #4D72FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D72FB; }
p { color: rgb(77,114,251); }
H1.HeaderClassName
{
color: #4D72FB;
}
.AnyTagClassName
{
color: #4D72FB;
}
</style>
background-color css
<style>
a { background-color: #4D72FB; }
a { background-color: rgb(77,114,251); }
div.DivClassName
{
background-color: #4D72FB;
}
.BgClassName
{
background-color: #4D72FB;
}
</style>
border-color css
<style>
span { border-color: #4D72FB; }
span { border-color: rgb(77,114,251); }
td.TdClassName
{
border-color: #4D72FB;
}
.TagClassName
{
border-color: #4D72FB;
}
</style>