Shades of Royal Blue #4E6AD3
Tints of Royal Blue #4E6AD3
RGB
CMYK
RGB Variations
Color information
#4E6AD3 (or 0x4E6AD3) is known color: Royal Blue. HEX triplet: 4E, 6A and D3. RGB value is (78,106,211). Sum of RGB (Red+Green+Blue) = 78+106+211=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 106 (41.80% from 255 or 26.84% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #4E6AD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6AD3 is #B1952C. Grayscale: #6D6D6D. Windows color (decimal): -11638061 or 13855310. OLE color: 13855310.
HSL color Cylindrical-coordinate representation of color #4E6AD3: hue angle of 227.37º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4E6AD3 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 78 | 106 | 211 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.17 |
| HSL | 227.37º | 0.6% | 0.57% | - |
| HSV(B) | 227.37º | 0.63% | 0.83% | - |
| XYZ | 20.05 | 16.63 | 63.78 | - |
| YUV | 109.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 211 | 0.63 | 0.50 | 0 | 0.17 | 227.37 | 0.6 | 0.57 |
| Hex | 4E | 6A | D3 | 3F | 32 | 0 | 11 | E3 | 3C | 39 |
| Octal | 116 | 152 | 323 | 77 | 62 | 0 | 21 | 343 | 74 | 71 |
| Binary | 1001110 | 1101010 | 11010011 | 111111 | 110010 | 0 | 10001 | 11100011 | 111100 | 111001 |
Color Harmonies of #4E6AD3
Complementary color
Monochromatic Colors of #4E6AD3
Black with #4E6AD3
Text Example
Text Example
White with #4E6AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6AD3; }
p { color: rgb(78,106,211); }
H1.HeaderClassName
{
color: #4E6AD3;
}
.AnyTagClassName
{
color: #4E6AD3;
}
</style>
background-color css
<style>
a { background-color: #4E6AD3; }
a { background-color: rgb(78,106,211); }
div.DivClassName
{
background-color: #4E6AD3;
}
.BgClassName
{
background-color: #4E6AD3;
}
</style>
border-color css
<style>
span { border-color: #4E6AD3; }
span { border-color: rgb(78,106,211); }
td.TdClassName
{
border-color: #4E6AD3;
}
.TagClassName
{
border-color: #4E6AD3;
}
</style>