Shades of Royal Blue #4E7AFC
Tints of Royal Blue #4E7AFC
RGB
CMYK
RGB Variations
Color information
#4E7AFC (or 0x4E7AFC) is known color: Royal Blue. HEX triplet: 4E, 7A and FC. RGB value is (78,122,252). Sum of RGB (Red+Green+Blue) = 78+122+252=452 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.26% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E7AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E7AFC is #B18503. Grayscale: #7B7B7B. Windows color (decimal): -11633924 or 16546382. OLE color: 16546382.
HSL color Cylindrical-coordinate representation of color #4E7AFC: hue angle of 224.83º 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 #4E7AFC is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 122 | 252 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.01 |
| HSL | 224.83º | 0.97% | 0.65% | - |
| HSV(B) | 224.83º | 0.69% | 0.99% | - |
| XYZ | 27.67 | 22.57 | 94.99 | - |
| YUV | 123.66 | 200.42 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 122 | 252 | 0.69 | 0.52 | 0 | 0.01 | 224.83 | 0.97 | 0.65 |
| Hex | 4E | 7A | FC | 45 | 34 | 0 | 1 | E1 | 61 | 41 |
| Octal | 116 | 172 | 374 | 105 | 64 | 0 | 1 | 341 | 141 | 101 |
| Binary | 1001110 | 1111010 | 11111100 | 1000101 | 110100 | 0 | 1 | 11100001 | 1100001 | 1000001 |
Color Harmonies of #4E7AFC
Complementary color
Monochromatic Colors of #4E7AFC
Black with #4E7AFC
Text Example
Text Example
White with #4E7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E7AFC; }
p { color: rgb(78,122,252); }
H1.HeaderClassName
{
color: #4E7AFC;
}
.AnyTagClassName
{
color: #4E7AFC;
}
</style>
background-color css
<style>
a { background-color: #4E7AFC; }
a { background-color: rgb(78,122,252); }
div.DivClassName
{
background-color: #4E7AFC;
}
.BgClassName
{
background-color: #4E7AFC;
}
</style>
border-color css
<style>
span { border-color: #4E7AFC; }
span { border-color: rgb(78,122,252); }
td.TdClassName
{
border-color: #4E7AFC;
}
.TagClassName
{
border-color: #4E7AFC;
}
</style>