Shades of Royal Blue #4E6BFD
Tints of Royal Blue #4E6BFD
RGB
CMYK
RGB Variations
Color information
#4E6BFD (or 0x4E6BFD) is known color: Royal Blue. HEX triplet: 4E, 6B and FD. RGB value is (78,107,253). Sum of RGB (Red+Green+Blue) = 78+107+253=438 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.81% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6BFD is #B19402. Grayscale: #727272. Windows color (decimal): -11637763 or 16608078. OLE color: 16608078.
HSL color Cylindrical-coordinate representation of color #4E6BFD: hue angle of 230.06º degrees, saturation: 0.98, 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 #4E6BFD is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 107 | 253 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.01 |
| HSL | 230.06º | 0.98% | 0.65% | - |
| HSV(B) | 230.06º | 0.69% | 0.99% | - |
| XYZ | 26.13 | 19.23 | 95.26 | - |
| YUV | 114.97 | 205.89 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 253 | 0.69 | 0.58 | 0 | 0.01 | 230.06 | 0.98 | 0.65 |
| Hex | 4E | 6B | FD | 45 | 3A | 0 | 1 | E6 | 62 | 41 |
| Octal | 116 | 153 | 375 | 105 | 72 | 0 | 1 | 346 | 142 | 101 |
| Binary | 1001110 | 1101011 | 11111101 | 1000101 | 111010 | 0 | 1 | 11100110 | 1100010 | 1000001 |
Color Harmonies of #4E6BFD
Complementary color
Monochromatic Colors of #4E6BFD
Black with #4E6BFD
Text Example
Text Example
White with #4E6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BFD; }
p { color: rgb(78,107,253); }
H1.HeaderClassName
{
color: #4E6BFD;
}
.AnyTagClassName
{
color: #4E6BFD;
}
</style>
background-color css
<style>
a { background-color: #4E6BFD; }
a { background-color: rgb(78,107,253); }
div.DivClassName
{
background-color: #4E6BFD;
}
.BgClassName
{
background-color: #4E6BFD;
}
</style>
border-color css
<style>
span { border-color: #4E6BFD; }
span { border-color: rgb(78,107,253); }
td.TdClassName
{
border-color: #4E6BFD;
}
.TagClassName
{
border-color: #4E6BFD;
}
</style>