Shades of Royal Blue #4D6BFF
Tints of Royal Blue #4D6BFF
RGB
CMYK
RGB Variations
Color information
#4D6BFF (or 0x4D6BFF) is known color: Royal Blue. HEX triplet: 4D, 6B and FF. RGB value is (77,107,255). Sum of RGB (Red+Green+Blue) = 77+107+255=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D6BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6BFF is #B29400. Grayscale: #727272. Windows color (decimal): -11703297 or 16739149. OLE color: 16739149.
HSL color Cylindrical-coordinate representation of color #4D6BFF: hue angle of 229.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D6BFF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 107 | 255 | - |
| CMYK | 0.70 | 0.58 | 0 | 0 |
| HSL | 229.89º | 1% | 0.65% | - |
| HSV(B) | 229.89º | 0.7% | 1% | - |
| XYZ | 26.37 | 19.31 | 96.95 | - |
| YUV | 114.9 | 207.06 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 255 | 0.70 | 0.58 | 0 | 0 | 229.89 | 1 | 0.65 |
| Hex | 4D | 6B | FF | 46 | 3A | 0 | 0 | E6 | 64 | 41 |
| Octal | 115 | 153 | 377 | 106 | 72 | 0 | 0 | 346 | 144 | 101 |
| Binary | 1001101 | 1101011 | 11111111 | 1000110 | 111010 | 0 | 0 | 11100110 | 1100100 | 1000001 |
Color Harmonies of #4D6BFF
Complementary color
Monochromatic Colors of #4D6BFF
Black with #4D6BFF
Text Example
Text Example
White with #4D6BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6BFF; }
p { color: rgb(77,107,255); }
H1.HeaderClassName
{
color: #4D6BFF;
}
.AnyTagClassName
{
color: #4D6BFF;
}
</style>
background-color css
<style>
a { background-color: #4D6BFF; }
a { background-color: rgb(77,107,255); }
div.DivClassName
{
background-color: #4D6BFF;
}
.BgClassName
{
background-color: #4D6BFF;
}
</style>
border-color css
<style>
span { border-color: #4D6BFF; }
span { border-color: rgb(77,107,255); }
td.TdClassName
{
border-color: #4D6BFF;
}
.TagClassName
{
border-color: #4D6BFF;
}
</style>