Shades of Royal Blue #4682FF
Tints of Royal Blue #4682FF
RGB
CMYK
RGB Variations
Color information
#4682FF (or 0x4682FF) is known color: Royal Blue. HEX triplet: 46, 82 and FF. RGB value is (70,130,255). Sum of RGB (Red+Green+Blue) = 70+130+255=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #4682FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4682FF is #B97D00. Grayscale: #7D7D7D. Windows color (decimal): -12156161 or 16745030. OLE color: 16745030.
HSL color Cylindrical-coordinate representation of color #4682FF: hue angle of 220.54º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4682FF is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 130 | 255 | - |
| CMYK | 0.73 | 0.49 | 0 | 0 |
| HSL | 220.54º | 1% | 0.64% | - |
| HSV(B) | 220.54º | 0.73% | 1% | - |
| XYZ | 28.56 | 24.49 | 97.83 | - |
| YUV | 126.31 | 200.62 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 130 | 255 | 0.73 | 0.49 | 0 | 0 | 220.54 | 1 | 0.64 |
| Hex | 46 | 82 | FF | 49 | 31 | 0 | 0 | DD | 64 | 40 |
| Octal | 106 | 202 | 377 | 111 | 61 | 0 | 0 | 335 | 144 | 100 |
| Binary | 1000110 | 10000010 | 11111111 | 1001001 | 110001 | 0 | 0 | 11011101 | 1100100 | 1000000 |
Color Harmonies of #4682FF
Complementary color
Monochromatic Colors of #4682FF
Black with #4682FF
Text Example
Text Example
White with #4682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4682FF; }
p { color: rgb(70,130,255); }
H1.HeaderClassName
{
color: #4682FF;
}
.AnyTagClassName
{
color: #4682FF;
}
</style>
background-color css
<style>
a { background-color: #4682FF; }
a { background-color: rgb(70,130,255); }
div.DivClassName
{
background-color: #4682FF;
}
.BgClassName
{
background-color: #4682FF;
}
</style>
border-color css
<style>
span { border-color: #4682FF; }
span { border-color: rgb(70,130,255); }
td.TdClassName
{
border-color: #4682FF;
}
.TagClassName
{
border-color: #4682FF;
}
</style>