Shades of Royal Blue #4E7BFA
Tints of Royal Blue #4E7BFA
RGB
CMYK
RGB Variations
Color information
#4E7BFA (or 0x4E7BFA) is known color: Royal Blue. HEX triplet: 4E, 7B and FA. RGB value is (78,123,250). Sum of RGB (Red+Green+Blue) = 78+123+250=451 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.29% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E7BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7BFA is #B18405. Grayscale: #7B7B7B. Windows color (decimal): -11633670 or 16415566. OLE color: 16415566.
HSL color Cylindrical-coordinate representation of color #4E7BFA: hue angle of 224.3º 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 #4E7BFA is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 123 | 250 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.02 |
| HSL | 224.3º | 0.95% | 0.64% | - |
| HSV(B) | 224.3º | 0.69% | 0.98% | - |
| XYZ | 27.48 | 22.69 | 93.37 | - |
| YUV | 124.02 | 199.09 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 123 | 250 | 0.69 | 0.51 | 0 | 0.02 | 224.3 | 0.95 | 0.64 |
| Hex | 4E | 7B | FA | 45 | 33 | 0 | 2 | E0 | 5F | 40 |
| Octal | 116 | 173 | 372 | 105 | 63 | 0 | 2 | 340 | 137 | 100 |
| Binary | 1001110 | 1111011 | 11111010 | 1000101 | 110011 | 0 | 10 | 11100000 | 1011111 | 1000000 |
Color Harmonies of #4E7BFA
Complementary color
Monochromatic Colors of #4E7BFA
Black with #4E7BFA
Text Example
Text Example
White with #4E7BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7BFA; }
p { color: rgb(78,123,250); }
H1.HeaderClassName
{
color: #4E7BFA;
}
.AnyTagClassName
{
color: #4E7BFA;
}
</style>
background-color css
<style>
a { background-color: #4E7BFA; }
a { background-color: rgb(78,123,250); }
div.DivClassName
{
background-color: #4E7BFA;
}
.BgClassName
{
background-color: #4E7BFA;
}
</style>
border-color css
<style>
span { border-color: #4E7BFA; }
span { border-color: rgb(78,123,250); }
td.TdClassName
{
border-color: #4E7BFA;
}
.TagClassName
{
border-color: #4E7BFA;
}
</style>