Shades of Royal Blue #4D7DFC
Tints of Royal Blue #4D7DFC
RGB
CMYK
RGB Variations
Color information
#4D7DFC (or 0x4D7DFC) is known color: Royal Blue. HEX triplet: 4D, 7D and FC. RGB value is (77,125,252). Sum of RGB (Red+Green+Blue) = 77+125+252=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 125 (49.22% from 255 or 27.53% from 454); Blue value is 252 (98.83% from 255 or 55.51% from 454); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D7DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D7DFC is #B28203. Grayscale: #7C7C7C. Windows color (decimal): -11698692 or 16547149. OLE color: 16547149.
HSL color Cylindrical-coordinate representation of color #4D7DFC: hue angle of 223.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D7DFC is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 125 | 252 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.01 |
| HSL | 223.54º | 0.97% | 0.65% | - |
| HSV(B) | 223.54º | 0.69% | 0.99% | - |
| XYZ | 27.96 | 23.27 | 95.11 | - |
| YUV | 125.13 | 199.6 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 125 | 252 | 0.69 | 0.50 | 0 | 0.01 | 223.54 | 0.97 | 0.65 |
| Hex | 4D | 7D | FC | 45 | 32 | 0 | 1 | E0 | 61 | 41 |
| Octal | 115 | 175 | 374 | 105 | 62 | 0 | 1 | 340 | 141 | 101 |
| Binary | 1001101 | 1111101 | 11111100 | 1000101 | 110010 | 0 | 1 | 11100000 | 1100001 | 1000001 |
Color Harmonies of #4D7DFC
Complementary color
Monochromatic Colors of #4D7DFC
Black with #4D7DFC
Text Example
Text Example
White with #4D7DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7DFC; }
p { color: rgb(77,125,252); }
H1.HeaderClassName
{
color: #4D7DFC;
}
.AnyTagClassName
{
color: #4D7DFC;
}
</style>
background-color css
<style>
a { background-color: #4D7DFC; }
a { background-color: rgb(77,125,252); }
div.DivClassName
{
background-color: #4D7DFC;
}
.BgClassName
{
background-color: #4D7DFC;
}
</style>
border-color css
<style>
span { border-color: #4D7DFC; }
span { border-color: rgb(77,125,252); }
td.TdClassName
{
border-color: #4D7DFC;
}
.TagClassName
{
border-color: #4D7DFC;
}
</style>