Shades of Royal Blue #4680FE
Tints of Royal Blue #4680FE
RGB
CMYK
RGB Variations
Color information
#4680FE (or 0x4680FE) is known color: Royal Blue. HEX triplet: 46, 80 and FE. RGB value is (70,128,254). Sum of RGB (Red+Green+Blue) = 70+128+254=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #4680FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4680FE is #B97F01. Grayscale: #7C7C7C. Windows color (decimal): -12156674 or 16678982. OLE color: 16678982.
HSL color Cylindrical-coordinate representation of color #4680FE: hue angle of 221.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4680FE is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 128 | 254 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.00 |
| HSL | 221.09º | 0.99% | 0.64% | - |
| HSV(B) | 221.09º | 0.72% | 1% | - |
| XYZ | 28.13 | 23.9 | 96.9 | - |
| YUV | 125.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 128 | 254 | 0.72 | 0.50 | 0 | 0.00 | 221.09 | 0.99 | 0.64 |
| Hex | 46 | 80 | FE | 48 | 32 | 0 | 0 | DD | 63 | 40 |
| Octal | 106 | 200 | 376 | 110 | 62 | 0 | 0 | 335 | 143 | 100 |
| Binary | 1000110 | 10000000 | 11111110 | 1001000 | 110010 | 0 | 0 | 11011101 | 1100011 | 1000000 |
Color Harmonies of #4680FE
Complementary color
Monochromatic Colors of #4680FE
Black with #4680FE
Text Example
Text Example
White with #4680FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4680FE; }
p { color: rgb(70,128,254); }
H1.HeaderClassName
{
color: #4680FE;
}
.AnyTagClassName
{
color: #4680FE;
}
</style>
background-color css
<style>
a { background-color: #4680FE; }
a { background-color: rgb(70,128,254); }
div.DivClassName
{
background-color: #4680FE;
}
.BgClassName
{
background-color: #4680FE;
}
</style>
border-color css
<style>
span { border-color: #4680FE; }
span { border-color: rgb(70,128,254); }
td.TdClassName
{
border-color: #4680FE;
}
.TagClassName
{
border-color: #4680FE;
}
</style>