Shades of Royal Blue #4E6CDA
Tints of Royal Blue #4E6CDA
RGB
CMYK
RGB Variations
Color information
#4E6CDA (or 0x4E6CDA) is known color: Royal Blue. HEX triplet: 4E, 6C and DA. RGB value is (78,108,218). Sum of RGB (Red+Green+Blue) = 78+108+218=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #4E6CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6CDA is #B19325. Grayscale: #6F6F6F. Windows color (decimal): -11637542 or 14314574. OLE color: 14314574.
HSL color Cylindrical-coordinate representation of color #4E6CDA: hue angle of 227.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4E6CDA is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 108 | 218 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.15 |
| HSL | 227.14º | 0.65% | 0.58% | - |
| HSV(B) | 227.14º | 0.64% | 0.85% | - |
| XYZ | 21.16 | 17.41 | 68.57 | - |
| YUV | 111.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 218 | 0.64 | 0.50 | 0 | 0.15 | 227.14 | 0.65 | 0.58 |
| Hex | 4E | 6C | DA | 40 | 32 | 0 | F | E3 | 41 | 3A |
| Octal | 116 | 154 | 332 | 100 | 62 | 0 | 17 | 343 | 101 | 72 |
| Binary | 1001110 | 1101100 | 11011010 | 1000000 | 110010 | 0 | 1111 | 11100011 | 1000001 | 111010 |
Color Harmonies of #4E6CDA
Complementary color
Monochromatic Colors of #4E6CDA
Black with #4E6CDA
Text Example
Text Example
White with #4E6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6CDA; }
p { color: rgb(78,108,218); }
H1.HeaderClassName
{
color: #4E6CDA;
}
.AnyTagClassName
{
color: #4E6CDA;
}
</style>
background-color css
<style>
a { background-color: #4E6CDA; }
a { background-color: rgb(78,108,218); }
div.DivClassName
{
background-color: #4E6CDA;
}
.BgClassName
{
background-color: #4E6CDA;
}
</style>
border-color css
<style>
span { border-color: #4E6CDA; }
span { border-color: rgb(78,108,218); }
td.TdClassName
{
border-color: #4E6CDA;
}
.TagClassName
{
border-color: #4E6CDA;
}
</style>