Shades of Royal Blue #4E67F6
Tints of Royal Blue #4E67F6
RGB
CMYK
RGB Variations
Color information
#4E67F6 (or 0x4E67F6) is known color: Royal Blue. HEX triplet: 4E, 67 and F6. RGB value is (78,103,246). Sum of RGB (Red+Green+Blue) = 78+103+246=427 (56% of max value = 765). Red value is 78 (30.86% from 255 or 18.27% from 427); Green value is 103 (40.62% from 255 or 24.12% from 427); Blue value is 246 (96.48% from 255 or 57.61% from 427); Max value from RGB is 246 - color contains mainly: blue. Hex color #4E67F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E67F6 is #B19809. Grayscale: #6F6F6F. Windows color (decimal): -11638794 or 16148302. OLE color: 16148302.
HSL color Cylindrical-coordinate representation of color #4E67F6: hue angle of 231.07º 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 #4E67F6 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 78 | 103 | 246 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.04 |
| HSL | 231.07º | 0.9% | 0.64% | - |
| HSV(B) | 231.07º | 0.68% | 0.96% | - |
| XYZ | 24.63 | 17.97 | 89.36 | - |
| YUV | 111.83 | 203.72 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 246 | 0.68 | 0.58 | 0 | 0.04 | 231.07 | 0.9 | 0.64 |
| Hex | 4E | 67 | F6 | 44 | 3A | 0 | 4 | E7 | 5A | 40 |
| Octal | 116 | 147 | 366 | 104 | 72 | 0 | 4 | 347 | 132 | 100 |
| Binary | 1001110 | 1100111 | 11110110 | 1000100 | 111010 | 0 | 100 | 11100111 | 1011010 | 1000000 |
Color Harmonies of #4E67F6
Complementary color
Monochromatic Colors of #4E67F6
Black with #4E67F6
Text Example
Text Example
White with #4E67F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E67F6; }
p { color: rgb(78,103,246); }
H1.HeaderClassName
{
color: #4E67F6;
}
.AnyTagClassName
{
color: #4E67F6;
}
</style>
background-color css
<style>
a { background-color: #4E67F6; }
a { background-color: rgb(78,103,246); }
div.DivClassName
{
background-color: #4E67F6;
}
.BgClassName
{
background-color: #4E67F6;
}
</style>
border-color css
<style>
span { border-color: #4E67F6; }
span { border-color: rgb(78,103,246); }
td.TdClassName
{
border-color: #4E67F6;
}
.TagClassName
{
border-color: #4E67F6;
}
</style>