Shades of Royal Blue #4D6EFA
Tints of Royal Blue #4D6EFA
RGB
CMYK
RGB Variations
Color information
#4D6EFA (or 0x4D6EFA) is known color: Royal Blue. HEX triplet: 4D, 6E and FA. RGB value is (77,110,250). Sum of RGB (Red+Green+Blue) = 77+110+250=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D6EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6EFA is #B29105. Grayscale: #737373. Windows color (decimal): -11702534 or 16412237. OLE color: 16412237.
HSL color Cylindrical-coordinate representation of color #4D6EFA: hue angle of 228.55º 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 #4D6EFA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 110 | 250 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.02 |
| HSL | 228.55º | 0.95% | 0.64% | - |
| HSV(B) | 228.55º | 0.69% | 0.98% | - |
| XYZ | 25.89 | 19.63 | 92.87 | - |
| YUV | 116.09 | 203.57 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 250 | 0.69 | 0.56 | 0 | 0.02 | 228.55 | 0.95 | 0.64 |
| Hex | 4D | 6E | FA | 45 | 38 | 0 | 2 | E5 | 5F | 40 |
| Octal | 115 | 156 | 372 | 105 | 70 | 0 | 2 | 345 | 137 | 100 |
| Binary | 1001101 | 1101110 | 11111010 | 1000101 | 111000 | 0 | 10 | 11100101 | 1011111 | 1000000 |
Color Harmonies of #4D6EFA
Complementary color
Monochromatic Colors of #4D6EFA
Black with #4D6EFA
Text Example
Text Example
White with #4D6EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6EFA; }
p { color: rgb(77,110,250); }
H1.HeaderClassName
{
color: #4D6EFA;
}
.AnyTagClassName
{
color: #4D6EFA;
}
</style>
background-color css
<style>
a { background-color: #4D6EFA; }
a { background-color: rgb(77,110,250); }
div.DivClassName
{
background-color: #4D6EFA;
}
.BgClassName
{
background-color: #4D6EFA;
}
</style>
border-color css
<style>
span { border-color: #4D6EFA; }
span { border-color: rgb(77,110,250); }
td.TdClassName
{
border-color: #4D6EFA;
}
.TagClassName
{
border-color: #4D6EFA;
}
</style>