Shades of Royal Blue #4E67EA
Tints of Royal Blue #4E67EA
RGB
CMYK
RGB Variations
Color information
#4E67EA (or 0x4E67EA) is known color: Royal Blue. HEX triplet: 4E, 67 and EA. RGB value is (78,103,234). Sum of RGB (Red+Green+Blue) = 78+103+234=415 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.80% from 415); Green value is 103 (40.62% from 255 or 24.82% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #4E67EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E67EA is #B19815. Grayscale: #6D6D6D. Windows color (decimal): -11638806 or 15361870. OLE color: 15361870.
HSL color Cylindrical-coordinate representation of color #4E67EA: hue angle of 230.38º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E67EA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 103 | 234 | - |
| CMYK | 0.67 | 0.56 | 0 | 0.08 |
| HSL | 230.38º | 0.79% | 0.61% | - |
| HSV(B) | 230.38º | 0.67% | 0.92% | - |
| XYZ | 22.84 | 17.26 | 79.97 | - |
| YUV | 110.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 234 | 0.67 | 0.56 | 0 | 0.08 | 230.38 | 0.79 | 0.61 |
| Hex | 4E | 67 | EA | 43 | 38 | 0 | 8 | E6 | 4F | 3D |
| Octal | 116 | 147 | 352 | 103 | 70 | 0 | 10 | 346 | 117 | 75 |
| Binary | 1001110 | 1100111 | 11101010 | 1000011 | 111000 | 0 | 1000 | 11100110 | 1001111 | 111101 |
Color Harmonies of #4E67EA
Complementary color
Monochromatic Colors of #4E67EA
Black with #4E67EA
Text Example
Text Example
White with #4E67EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E67EA; }
p { color: rgb(78,103,234); }
H1.HeaderClassName
{
color: #4E67EA;
}
.AnyTagClassName
{
color: #4E67EA;
}
</style>
background-color css
<style>
a { background-color: #4E67EA; }
a { background-color: rgb(78,103,234); }
div.DivClassName
{
background-color: #4E67EA;
}
.BgClassName
{
background-color: #4E67EA;
}
</style>
border-color css
<style>
span { border-color: #4E67EA; }
span { border-color: rgb(78,103,234); }
td.TdClassName
{
border-color: #4E67EA;
}
.TagClassName
{
border-color: #4E67EA;
}
</style>