Shades of Royal Blue #4D6DFC
Tints of Royal Blue #4D6DFC
RGB
CMYK
RGB Variations
Color information
#4D6DFC (or 0x4D6DFC) is known color: Royal Blue. HEX triplet: 4D, 6D and FC. RGB value is (77,109,252). Sum of RGB (Red+Green+Blue) = 77+109+252=438 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.58% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 252 (98.83% from 255 or 57.53% from 438); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6DFC is #B29203. Grayscale: #737373. Windows color (decimal): -11702788 or 16543053. OLE color: 16543053.
HSL color Cylindrical-coordinate representation of color #4D6DFC: hue angle of 229.03º 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 #4D6DFC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 109 | 252 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.01 |
| HSL | 229.03º | 0.97% | 0.65% | - |
| HSV(B) | 229.03º | 0.69% | 0.99% | - |
| XYZ | 26.1 | 19.54 | 94.49 | - |
| YUV | 115.73 | 204.9 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 252 | 0.69 | 0.57 | 0 | 0.01 | 229.03 | 0.97 | 0.65 |
| Hex | 4D | 6D | FC | 45 | 39 | 0 | 1 | E5 | 61 | 41 |
| Octal | 115 | 155 | 374 | 105 | 71 | 0 | 1 | 345 | 141 | 101 |
| Binary | 1001101 | 1101101 | 11111100 | 1000101 | 111001 | 0 | 1 | 11100101 | 1100001 | 1000001 |
Color Harmonies of #4D6DFC
Complementary color
Monochromatic Colors of #4D6DFC
Black with #4D6DFC
Text Example
Text Example
White with #4D6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6DFC; }
p { color: rgb(77,109,252); }
H1.HeaderClassName
{
color: #4D6DFC;
}
.AnyTagClassName
{
color: #4D6DFC;
}
</style>
background-color css
<style>
a { background-color: #4D6DFC; }
a { background-color: rgb(77,109,252); }
div.DivClassName
{
background-color: #4D6DFC;
}
.BgClassName
{
background-color: #4D6DFC;
}
</style>
border-color css
<style>
span { border-color: #4D6DFC; }
span { border-color: rgb(77,109,252); }
td.TdClassName
{
border-color: #4D6DFC;
}
.TagClassName
{
border-color: #4D6DFC;
}
</style>