Shades of Royal Blue #4982F6
Tints of Royal Blue #4982F6
RGB
CMYK
RGB Variations
Color information
#4982F6 (or 0x4982F6) is known color: Royal Blue. HEX triplet: 49, 82 and F6. RGB value is (73,130,246). Sum of RGB (Red+Green+Blue) = 73+130+246=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #4982F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4982F6 is #B67D09. Grayscale: #7D7D7D. Windows color (decimal): -11959562 or 16155209. OLE color: 16155209.
HSL color Cylindrical-coordinate representation of color #4982F6: hue angle of 220.23º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4982F6 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 130 | 246 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.04 |
| HSL | 220.23º | 0.91% | 0.63% | - |
| HSV(B) | 220.23º | 0.7% | 0.96% | - |
| XYZ | 27.36 | 24.04 | 90.39 | - |
| YUV | 126.18 | 195.62 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 130 | 246 | 0.70 | 0.47 | 0 | 0.04 | 220.23 | 0.91 | 0.63 |
| Hex | 49 | 82 | F6 | 46 | 2F | 0 | 4 | DC | 5B | 3F |
| Octal | 111 | 202 | 366 | 106 | 57 | 0 | 4 | 334 | 133 | 77 |
| Binary | 1001001 | 10000010 | 11110110 | 1000110 | 101111 | 0 | 100 | 11011100 | 1011011 | 111111 |
Color Harmonies of #4982F6
Complementary color
Monochromatic Colors of #4982F6
Black with #4982F6
Text Example
Text Example
White with #4982F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4982F6; }
p { color: rgb(73,130,246); }
H1.HeaderClassName
{
color: #4982F6;
}
.AnyTagClassName
{
color: #4982F6;
}
</style>
background-color css
<style>
a { background-color: #4982F6; }
a { background-color: rgb(73,130,246); }
div.DivClassName
{
background-color: #4982F6;
}
.BgClassName
{
background-color: #4982F6;
}
</style>
border-color css
<style>
span { border-color: #4982F6; }
span { border-color: rgb(73,130,246); }
td.TdClassName
{
border-color: #4982F6;
}
.TagClassName
{
border-color: #4982F6;
}
</style>