Shades of Royal Blue #4E6BFA
Tints of Royal Blue #4E6BFA
RGB
CMYK
RGB Variations
Color information
#4E6BFA (or 0x4E6BFA) is known color: Royal Blue. HEX triplet: 4E, 6B and FA. RGB value is (78,107,250). Sum of RGB (Red+Green+Blue) = 78+107+250=435 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.93% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 250 (98.05% from 255 or 57.47% from 435); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E6BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6BFA is #B19405. Grayscale: #727272. Windows color (decimal): -11637766 or 16411470. OLE color: 16411470.
HSL color Cylindrical-coordinate representation of color #4E6BFA: hue angle of 229.88º 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 #4E6BFA is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 107 | 250 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.02 |
| HSL | 229.88º | 0.95% | 0.64% | - |
| HSV(B) | 229.88º | 0.69% | 0.98% | - |
| XYZ | 25.65 | 19.04 | 92.76 | - |
| YUV | 114.63 | 204.39 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 250 | 0.69 | 0.57 | 0 | 0.02 | 229.88 | 0.95 | 0.64 |
| Hex | 4E | 6B | FA | 45 | 39 | 0 | 2 | E6 | 5F | 40 |
| Octal | 116 | 153 | 372 | 105 | 71 | 0 | 2 | 346 | 137 | 100 |
| Binary | 1001110 | 1101011 | 11111010 | 1000101 | 111001 | 0 | 10 | 11100110 | 1011111 | 1000000 |
Color Harmonies of #4E6BFA
Complementary color
Monochromatic Colors of #4E6BFA
Black with #4E6BFA
Text Example
Text Example
White with #4E6BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BFA; }
p { color: rgb(78,107,250); }
H1.HeaderClassName
{
color: #4E6BFA;
}
.AnyTagClassName
{
color: #4E6BFA;
}
</style>
background-color css
<style>
a { background-color: #4E6BFA; }
a { background-color: rgb(78,107,250); }
div.DivClassName
{
background-color: #4E6BFA;
}
.BgClassName
{
background-color: #4E6BFA;
}
</style>
border-color css
<style>
span { border-color: #4E6BFA; }
span { border-color: rgb(78,107,250); }
td.TdClassName
{
border-color: #4E6BFA;
}
.TagClassName
{
border-color: #4E6BFA;
}
</style>