Shades of Royal Blue #4E76FE
Tints of Royal Blue #4E76FE
RGB
CMYK
RGB Variations
Color information
#4E76FE (or 0x4E76FE) is known color: Royal Blue. HEX triplet: 4E, 76 and FE. RGB value is (78,118,254). Sum of RGB (Red+Green+Blue) = 78+118+254=450 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.33% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #4E76FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E76FE is #B18901. Grayscale: #787878. Windows color (decimal): -11634946 or 16676430. OLE color: 16676430.
HSL color Cylindrical-coordinate representation of color #4E76FE: hue angle of 226.36º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E76FE is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 78 | 118 | 254 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.00 |
| HSL | 226.36º | 0.99% | 0.65% | - |
| HSV(B) | 226.36º | 0.69% | 1% | - |
| XYZ | 27.51 | 21.73 | 96.51 | - |
| YUV | 121.54 | 202.75 | 96.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 118 | 254 | 0.69 | 0.54 | 0 | 0.00 | 226.36 | 0.99 | 0.65 |
| Hex | 4E | 76 | FE | 45 | 36 | 0 | 0 | E2 | 63 | 41 |
| Octal | 116 | 166 | 376 | 105 | 66 | 0 | 0 | 342 | 143 | 101 |
| Binary | 1001110 | 1110110 | 11111110 | 1000101 | 110110 | 0 | 0 | 11100010 | 1100011 | 1000001 |
Color Harmonies of #4E76FE
Complementary color
Monochromatic Colors of #4E76FE
Black with #4E76FE
Text Example
Text Example
White with #4E76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E76FE; }
p { color: rgb(78,118,254); }
H1.HeaderClassName
{
color: #4E76FE;
}
.AnyTagClassName
{
color: #4E76FE;
}
</style>
background-color css
<style>
a { background-color: #4E76FE; }
a { background-color: rgb(78,118,254); }
div.DivClassName
{
background-color: #4E76FE;
}
.BgClassName
{
background-color: #4E76FE;
}
</style>
border-color css
<style>
span { border-color: #4E76FE; }
span { border-color: rgb(78,118,254); }
td.TdClassName
{
border-color: #4E76FE;
}
.TagClassName
{
border-color: #4E76FE;
}
</style>