Shades of Royal Blue #4D6CFF
Tints of Royal Blue #4D6CFF
RGB
CMYK
RGB Variations
Color information
#4D6CFF (or 0x4D6CFF) is known color: Royal Blue. HEX triplet: 4D, 6C and FF. RGB value is (77,108,255). Sum of RGB (Red+Green+Blue) = 77+108+255=440 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.5% from 440); Green value is 108 (42.58% from 255 or 24.55% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D6CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6CFF is #B29300. Grayscale: #727272. Windows color (decimal): -11703041 or 16739405. OLE color: 16739405.
HSL color Cylindrical-coordinate representation of color #4D6CFF: hue angle of 229.55º 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 #4D6CFF is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 108 | 255 | - |
| CMYK | 0.70 | 0.58 | 0 | 0 |
| HSL | 229.55º | 1% | 0.65% | - |
| HSV(B) | 229.55º | 0.7% | 1% | - |
| XYZ | 26.47 | 19.52 | 96.98 | - |
| YUV | 115.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 255 | 0.70 | 0.58 | 0 | 0 | 229.55 | 1 | 0.65 |
| Hex | 4D | 6C | FF | 46 | 3A | 0 | 0 | E6 | 64 | 41 |
| Octal | 115 | 154 | 377 | 106 | 72 | 0 | 0 | 346 | 144 | 101 |
| Binary | 1001101 | 1101100 | 11111111 | 1000110 | 111010 | 0 | 0 | 11100110 | 1100100 | 1000001 |
Color Harmonies of #4D6CFF
Complementary color
Monochromatic Colors of #4D6CFF
Black with #4D6CFF
Text Example
Text Example
White with #4D6CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CFF; }
p { color: rgb(77,108,255); }
H1.HeaderClassName
{
color: #4D6CFF;
}
.AnyTagClassName
{
color: #4D6CFF;
}
</style>
background-color css
<style>
a { background-color: #4D6CFF; }
a { background-color: rgb(77,108,255); }
div.DivClassName
{
background-color: #4D6CFF;
}
.BgClassName
{
background-color: #4D6CFF;
}
</style>
border-color css
<style>
span { border-color: #4D6CFF; }
span { border-color: rgb(77,108,255); }
td.TdClassName
{
border-color: #4D6CFF;
}
.TagClassName
{
border-color: #4D6CFF;
}
</style>