Shades of Royal Blue #4E6BFC
Tints of Royal Blue #4E6BFC
RGB
CMYK
RGB Variations
Color information
#4E6BFC (or 0x4E6BFC) is known color: Royal Blue. HEX triplet: 4E, 6B and FC. RGB value is (78,107,252). Sum of RGB (Red+Green+Blue) = 78+107+252=437 (57% of max value = 765). Red value is 78 (30.86% from 255 or 17.85% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E6BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6BFC is #B19403. Grayscale: #727272. Windows color (decimal): -11637764 or 16542542. OLE color: 16542542.
HSL color Cylindrical-coordinate representation of color #4E6BFC: hue angle of 230º 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 #4E6BFC is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 107 | 252 | - |
| CMYK | 0.69 | 0.58 | 0 | 0.01 |
| HSL | 230º | 0.97% | 0.65% | - |
| HSV(B) | 230º | 0.69% | 0.99% | - |
| XYZ | 25.97 | 19.16 | 94.43 | - |
| YUV | 114.86 | 205.39 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 252 | 0.69 | 0.58 | 0 | 0.01 | 230 | 0.97 | 0.65 |
| Hex | 4E | 6B | FC | 45 | 3A | 0 | 1 | E6 | 61 | 41 |
| Octal | 116 | 153 | 374 | 105 | 72 | 0 | 1 | 346 | 141 | 101 |
| Binary | 1001110 | 1101011 | 11111100 | 1000101 | 111010 | 0 | 1 | 11100110 | 1100001 | 1000001 |
Color Harmonies of #4E6BFC
Complementary color
Monochromatic Colors of #4E6BFC
Black with #4E6BFC
Text Example
Text Example
White with #4E6BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6BFC; }
p { color: rgb(78,107,252); }
H1.HeaderClassName
{
color: #4E6BFC;
}
.AnyTagClassName
{
color: #4E6BFC;
}
</style>
background-color css
<style>
a { background-color: #4E6BFC; }
a { background-color: rgb(78,107,252); }
div.DivClassName
{
background-color: #4E6BFC;
}
.BgClassName
{
background-color: #4E6BFC;
}
</style>
border-color css
<style>
span { border-color: #4E6BFC; }
span { border-color: rgb(78,107,252); }
td.TdClassName
{
border-color: #4E6BFC;
}
.TagClassName
{
border-color: #4E6BFC;
}
</style>