Shades of Royal Blue #4E6DFC
Tints of Royal Blue #4E6DFC
RGB
CMYK
RGB Variations
Color information
#4E6DFC (or 0x4E6DFC) is known color: Royal Blue. HEX triplet: 4E, 6D and FC. RGB value is (78,109,252). Sum of RGB (Red+Green+Blue) = 78+109+252=439 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.77% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E6DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6DFC is #B19203. Grayscale: #737373. Windows color (decimal): -11637252 or 16543054. OLE color: 16543054.
HSL color Cylindrical-coordinate representation of color #4E6DFC: hue angle of 229.31º 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 #4E6DFC is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 109 | 252 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.01 |
| HSL | 229.31º | 0.97% | 0.65% | - |
| HSV(B) | 229.31º | 0.69% | 0.99% | - |
| XYZ | 26.18 | 19.59 | 94.5 | - |
| YUV | 116.03 | 204.73 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 252 | 0.69 | 0.57 | 0 | 0.01 | 229.31 | 0.97 | 0.65 |
| Hex | 4E | 6D | FC | 45 | 39 | 0 | 1 | E5 | 61 | 41 |
| Octal | 116 | 155 | 374 | 105 | 71 | 0 | 1 | 345 | 141 | 101 |
| Binary | 1001110 | 1101101 | 11111100 | 1000101 | 111001 | 0 | 1 | 11100101 | 1100001 | 1000001 |
Color Harmonies of #4E6DFC
Complementary color
Monochromatic Colors of #4E6DFC
Black with #4E6DFC
Text Example
Text Example
White with #4E6DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6DFC; }
p { color: rgb(78,109,252); }
H1.HeaderClassName
{
color: #4E6DFC;
}
.AnyTagClassName
{
color: #4E6DFC;
}
</style>
background-color css
<style>
a { background-color: #4E6DFC; }
a { background-color: rgb(78,109,252); }
div.DivClassName
{
background-color: #4E6DFC;
}
.BgClassName
{
background-color: #4E6DFC;
}
</style>
border-color css
<style>
span { border-color: #4E6DFC; }
span { border-color: rgb(78,109,252); }
td.TdClassName
{
border-color: #4E6DFC;
}
.TagClassName
{
border-color: #4E6DFC;
}
</style>