Shades of Royal Blue #4D6DFA
Tints of Royal Blue #4D6DFA
RGB
CMYK
RGB Variations
Color information
#4D6DFA (or 0x4D6DFA) is known color: Royal Blue. HEX triplet: 4D, 6D and FA. RGB value is (77,109,250). Sum of RGB (Red+Green+Blue) = 77+109+250=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D6DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6DFA is #B29205. Grayscale: #727272. Windows color (decimal): -11702790 or 16411981. OLE color: 16411981.
HSL color Cylindrical-coordinate representation of color #4D6DFA: hue angle of 228.9º degrees, saturation: 0.95, 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 #4D6DFA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 109 | 250 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.02 |
| HSL | 228.9º | 0.95% | 0.64% | - |
| HSV(B) | 228.9º | 0.69% | 0.98% | - |
| XYZ | 25.78 | 19.42 | 92.83 | - |
| YUV | 115.51 | 203.9 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 250 | 0.69 | 0.56 | 0 | 0.02 | 228.9 | 0.95 | 0.64 |
| Hex | 4D | 6D | FA | 45 | 38 | 0 | 2 | E5 | 5F | 40 |
| Octal | 115 | 155 | 372 | 105 | 70 | 0 | 2 | 345 | 137 | 100 |
| Binary | 1001101 | 1101101 | 11111010 | 1000101 | 111000 | 0 | 10 | 11100101 | 1011111 | 1000000 |
Color Harmonies of #4D6DFA
Complementary color
Monochromatic Colors of #4D6DFA
Black with #4D6DFA
Text Example
Text Example
White with #4D6DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6DFA; }
p { color: rgb(77,109,250); }
H1.HeaderClassName
{
color: #4D6DFA;
}
.AnyTagClassName
{
color: #4D6DFA;
}
</style>
background-color css
<style>
a { background-color: #4D6DFA; }
a { background-color: rgb(77,109,250); }
div.DivClassName
{
background-color: #4D6DFA;
}
.BgClassName
{
background-color: #4D6DFA;
}
</style>
border-color css
<style>
span { border-color: #4D6DFA; }
span { border-color: rgb(77,109,250); }
td.TdClassName
{
border-color: #4D6DFA;
}
.TagClassName
{
border-color: #4D6DFA;
}
</style>