Shades of Royal Blue #4684EC
Tints of Royal Blue #4684EC
RGB
CMYK
RGB Variations
Color information
#4684EC (or 0x4684EC) is known color: Royal Blue. HEX triplet: 46, 84 and EC. RGB value is (70,132,236). Sum of RGB (Red+Green+Blue) = 70+132+236=438 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.98% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 236 (92.58% from 255 or 53.88% from 438); Max value from RGB is 236 - color contains mainly: blue. Hex color #4684EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4684EC is #B97B13. Grayscale: #7C7C7C. Windows color (decimal): -12155668 or 15500358. OLE color: 15500358.
HSL color Cylindrical-coordinate representation of color #4684EC: hue angle of 217.59º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4684EC is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 132 | 236 | - |
| CMYK | 0.70 | 0.44 | 0 | 0.07 |
| HSL | 217.59º | 0.81% | 0.6% | - |
| HSV(B) | 217.59º | 0.7% | 0.93% | - |
| XYZ | 25.92 | 23.86 | 82.6 | - |
| YUV | 125.32 | 190.46 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 132 | 236 | 0.70 | 0.44 | 0 | 0.07 | 217.59 | 0.81 | 0.6 |
| Hex | 46 | 84 | EC | 46 | 2C | 0 | 7 | DA | 51 | 3C |
| Octal | 106 | 204 | 354 | 106 | 54 | 0 | 7 | 332 | 121 | 74 |
| Binary | 1000110 | 10000100 | 11101100 | 1000110 | 101100 | 0 | 111 | 11011010 | 1010001 | 111100 |
Color Harmonies of #4684EC
Complementary color
Monochromatic Colors of #4684EC
Black with #4684EC
Text Example
Text Example
White with #4684EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4684EC; }
p { color: rgb(70,132,236); }
H1.HeaderClassName
{
color: #4684EC;
}
.AnyTagClassName
{
color: #4684EC;
}
</style>
background-color css
<style>
a { background-color: #4684EC; }
a { background-color: rgb(70,132,236); }
div.DivClassName
{
background-color: #4684EC;
}
.BgClassName
{
background-color: #4684EC;
}
</style>
border-color css
<style>
span { border-color: #4684EC; }
span { border-color: rgb(70,132,236); }
td.TdClassName
{
border-color: #4684EC;
}
.TagClassName
{
border-color: #4684EC;
}
</style>