Shades of Royal Blue #4E78E5
Tints of Royal Blue #4E78E5
RGB
CMYK
RGB Variations
Color information
#4E78E5 (or 0x4E78E5) is known color: Royal Blue. HEX triplet: 4E, 78 and E5. RGB value is (78,120,229). Sum of RGB (Red+Green+Blue) = 78+120+229=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #4E78E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E78E5 is #B1871A. Grayscale: #777777. Windows color (decimal): -11634459 or 15038542. OLE color: 15038542.
HSL color Cylindrical-coordinate representation of color #4E78E5: hue angle of 223.31º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4E78E5 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 120 | 229 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.10 |
| HSL | 223.31º | 0.74% | 0.6% | - |
| HSV(B) | 223.31º | 0.66% | 0.9% | - |
| XYZ | 24 | 20.71 | 76.86 | - |
| YUV | 119.87 | 189.59 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 120 | 229 | 0.66 | 0.48 | 0 | 0.10 | 223.31 | 0.74 | 0.6 |
| Hex | 4E | 78 | E5 | 42 | 30 | 0 | A | DF | 4A | 3C |
| Octal | 116 | 170 | 345 | 102 | 60 | 0 | 12 | 337 | 112 | 74 |
| Binary | 1001110 | 1111000 | 11100101 | 1000010 | 110000 | 0 | 1010 | 11011111 | 1001010 | 111100 |
Color Harmonies of #4E78E5
Complementary color
Monochromatic Colors of #4E78E5
Black with #4E78E5
Text Example
Text Example
White with #4E78E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E78E5; }
p { color: rgb(78,120,229); }
H1.HeaderClassName
{
color: #4E78E5;
}
.AnyTagClassName
{
color: #4E78E5;
}
</style>
background-color css
<style>
a { background-color: #4E78E5; }
a { background-color: rgb(78,120,229); }
div.DivClassName
{
background-color: #4E78E5;
}
.BgClassName
{
background-color: #4E78E5;
}
</style>
border-color css
<style>
span { border-color: #4E78E5; }
span { border-color: rgb(78,120,229); }
td.TdClassName
{
border-color: #4E78E5;
}
.TagClassName
{
border-color: #4E78E5;
}
</style>