Shades of Royal Blue #4E78F6
Tints of Royal Blue #4E78F6
RGB
CMYK
RGB Variations
Color information
#4E78F6 (or 0x4E78F6) is known color: Royal Blue. HEX triplet: 4E, 78 and F6. RGB value is (78,120,246). Sum of RGB (Red+Green+Blue) = 78+120+246=444 (58% of max value = 765). Red value is 78 (30.86% from 255 or 17.57% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #4E78F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E78F6 is #B18709. Grayscale: #797979. Windows color (decimal): -11634442 or 16152654. OLE color: 16152654.
HSL color Cylindrical-coordinate representation of color #4E78F6: hue angle of 225º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E78F6 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 120 | 246 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.04 |
| HSL | 225º | 0.9% | 0.64% | - |
| HSV(B) | 225º | 0.68% | 0.96% | - |
| XYZ | 26.49 | 21.71 | 89.98 | - |
| YUV | 121.81 | 198.09 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 246 | 0.68 | 0.51 | 0 | 0.04 | 225 | 0.9 | 0.64 |
| Hex | 4E | 78 | F6 | 44 | 33 | 0 | 4 | E1 | 5A | 40 |
| Octal | 116 | 170 | 366 | 104 | 63 | 0 | 4 | 341 | 132 | 100 |
| Binary | 1001110 | 1111000 | 11110110 | 1000100 | 110011 | 0 | 100 | 11100001 | 1011010 | 1000000 |
Color Harmonies of #4E78F6
Complementary color
Monochromatic Colors of #4E78F6
Black with #4E78F6
Text Example
Text Example
White with #4E78F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E78F6; }
p { color: rgb(78,120,246); }
H1.HeaderClassName
{
color: #4E78F6;
}
.AnyTagClassName
{
color: #4E78F6;
}
</style>
background-color css
<style>
a { background-color: #4E78F6; }
a { background-color: rgb(78,120,246); }
div.DivClassName
{
background-color: #4E78F6;
}
.BgClassName
{
background-color: #4E78F6;
}
</style>
border-color css
<style>
span { border-color: #4E78F6; }
span { border-color: rgb(78,120,246); }
td.TdClassName
{
border-color: #4E78F6;
}
.TagClassName
{
border-color: #4E78F6;
}
</style>