Shades of Royal Blue #4686E8
Tints of Royal Blue #4686E8
RGB
CMYK
RGB Variations
Color information
#4686E8 (or 0x4686E8) is known color: Royal Blue. HEX triplet: 46, 86 and E8. RGB value is (70,134,232). Sum of RGB (Red+Green+Blue) = 70+134+232=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #4686E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4686E8 is #B97917. Grayscale: #7D7D7D. Windows color (decimal): -12155160 or 15238726. OLE color: 15238726.
HSL color Cylindrical-coordinate representation of color #4686E8: hue angle of 216.3º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4686E8 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 134 | 232 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.09 |
| HSL | 216.3º | 0.78% | 0.59% | - |
| HSV(B) | 216.3º | 0.7% | 0.91% | - |
| XYZ | 25.62 | 24.18 | 79.66 | - |
| YUV | 126.04 | 187.8 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 134 | 232 | 0.70 | 0.42 | 0 | 0.09 | 216.3 | 0.78 | 0.59 |
| Hex | 46 | 86 | E8 | 46 | 2A | 0 | 9 | D8 | 4E | 3B |
| Octal | 106 | 206 | 350 | 106 | 52 | 0 | 11 | 330 | 116 | 73 |
| Binary | 1000110 | 10000110 | 11101000 | 1000110 | 101010 | 0 | 1001 | 11011000 | 1001110 | 111011 |
Color Harmonies of #4686E8
Complementary color
Monochromatic Colors of #4686E8
Black with #4686E8
Text Example
Text Example
White with #4686E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4686E8; }
p { color: rgb(70,134,232); }
H1.HeaderClassName
{
color: #4686E8;
}
.AnyTagClassName
{
color: #4686E8;
}
</style>
background-color css
<style>
a { background-color: #4686E8; }
a { background-color: rgb(70,134,232); }
div.DivClassName
{
background-color: #4686E8;
}
.BgClassName
{
background-color: #4686E8;
}
</style>
border-color css
<style>
span { border-color: #4686E8; }
span { border-color: rgb(70,134,232); }
td.TdClassName
{
border-color: #4686E8;
}
.TagClassName
{
border-color: #4686E8;
}
</style>