Shades of Royal Blue #4E6AEF
Tints of Royal Blue #4E6AEF
RGB
CMYK
RGB Variations
Color information
#4E6AEF (or 0x4E6AEF) is known color: Royal Blue. HEX triplet: 4E, 6A and EF. RGB value is (78,106,239). Sum of RGB (Red+Green+Blue) = 78+106+239=423 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.44% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 239 (93.75% from 255 or 56.50% from 423); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E6AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E6AEF is #B19510. Grayscale: #707070. Windows color (decimal): -11638033 or 15690318. OLE color: 15690318.
HSL color Cylindrical-coordinate representation of color #4E6AEF: hue angle of 229.57º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E6AEF is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 78 | 106 | 239 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.06 |
| HSL | 229.57º | 0.83% | 0.62% | - |
| HSV(B) | 229.57º | 0.67% | 0.94% | - |
| XYZ | 23.88 | 18.16 | 83.91 | - |
| YUV | 112.79 | 199.22 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 239 | 0.67 | 0.56 | 0 | 0.06 | 229.57 | 0.83 | 0.62 |
| Hex | 4E | 6A | EF | 43 | 38 | 0 | 6 | E6 | 53 | 3E |
| Octal | 116 | 152 | 357 | 103 | 70 | 0 | 6 | 346 | 123 | 76 |
| Binary | 1001110 | 1101010 | 11101111 | 1000011 | 111000 | 0 | 110 | 11100110 | 1010011 | 111110 |
Color Harmonies of #4E6AEF
Complementary color
Monochromatic Colors of #4E6AEF
Black with #4E6AEF
Text Example
Text Example
White with #4E6AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6AEF; }
p { color: rgb(78,106,239); }
H1.HeaderClassName
{
color: #4E6AEF;
}
.AnyTagClassName
{
color: #4E6AEF;
}
</style>
background-color css
<style>
a { background-color: #4E6AEF; }
a { background-color: rgb(78,106,239); }
div.DivClassName
{
background-color: #4E6AEF;
}
.BgClassName
{
background-color: #4E6AEF;
}
</style>
border-color css
<style>
span { border-color: #4E6AEF; }
span { border-color: rgb(78,106,239); }
td.TdClassName
{
border-color: #4E6AEF;
}
.TagClassName
{
border-color: #4E6AEF;
}
</style>