Shades of Royal Blue #4682FE
Tints of Royal Blue #4682FE
RGB
CMYK
RGB Variations
Color information
#4682FE (or 0x4682FE) is known color: Royal Blue. HEX triplet: 46, 82 and FE. RGB value is (70,130,254). Sum of RGB (Red+Green+Blue) = 70+130+254=454 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.42% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #4682FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4682FE is #B97D01. Grayscale: #7D7D7D. Windows color (decimal): -12156162 or 16679494. OLE color: 16679494.
HSL color Cylindrical-coordinate representation of color #4682FE: hue angle of 220.43º 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 #4682FE is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 130 | 254 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.00 |
| HSL | 220.43º | 0.99% | 0.64% | - |
| HSV(B) | 220.43º | 0.72% | 1% | - |
| XYZ | 28.4 | 24.42 | 96.98 | - |
| YUV | 126.2 | 200.12 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 254 | 0.72 | 0.49 | 0 | 0.00 | 220.43 | 0.99 | 0.64 |
| Hex | 46 | 82 | FE | 48 | 31 | 0 | 0 | DC | 63 | 40 |
| Octal | 106 | 202 | 376 | 110 | 61 | 0 | 0 | 334 | 143 | 100 |
| Binary | 1000110 | 10000010 | 11111110 | 1001000 | 110001 | 0 | 0 | 11011100 | 1100011 | 1000000 |
Color Harmonies of #4682FE
Complementary color
Monochromatic Colors of #4682FE
Black with #4682FE
Text Example
Text Example
White with #4682FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682FE; }
p { color: rgb(70,130,254); }
H1.HeaderClassName
{
color: #4682FE;
}
.AnyTagClassName
{
color: #4682FE;
}
</style>
background-color css
<style>
a { background-color: #4682FE; }
a { background-color: rgb(70,130,254); }
div.DivClassName
{
background-color: #4682FE;
}
.BgClassName
{
background-color: #4682FE;
}
</style>
border-color css
<style>
span { border-color: #4682FE; }
span { border-color: rgb(70,130,254); }
td.TdClassName
{
border-color: #4682FE;
}
.TagClassName
{
border-color: #4682FE;
}
</style>