Shades of Royal Blue #4980F1
Tints of Royal Blue #4980F1
RGB
CMYK
RGB Variations
Color information
#4980F1 (or 0x4980F1) is known color: Royal Blue. HEX triplet: 49, 80 and F1. RGB value is (73,128,241). Sum of RGB (Red+Green+Blue) = 73+128+241=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #4980F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4980F1 is #B67F0E. Grayscale: #7B7B7B. Windows color (decimal): -11960079 or 15827017. OLE color: 15827017.
HSL color Cylindrical-coordinate representation of color #4980F1: hue angle of 220.36º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4980F1 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 128 | 241 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.05 |
| HSL | 220.36º | 0.86% | 0.62% | - |
| HSV(B) | 220.36º | 0.7% | 0.95% | - |
| XYZ | 26.34 | 23.21 | 86.31 | - |
| YUV | 124.44 | 193.78 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 128 | 241 | 0.70 | 0.47 | 0 | 0.05 | 220.36 | 0.86 | 0.62 |
| Hex | 49 | 80 | F1 | 46 | 2F | 0 | 5 | DC | 56 | 3E |
| Octal | 111 | 200 | 361 | 106 | 57 | 0 | 5 | 334 | 126 | 76 |
| Binary | 1001001 | 10000000 | 11110001 | 1000110 | 101111 | 0 | 101 | 11011100 | 1010110 | 111110 |
Color Harmonies of #4980F1
Complementary color
Monochromatic Colors of #4980F1
Black with #4980F1
Text Example
Text Example
White with #4980F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4980F1; }
p { color: rgb(73,128,241); }
H1.HeaderClassName
{
color: #4980F1;
}
.AnyTagClassName
{
color: #4980F1;
}
</style>
background-color css
<style>
a { background-color: #4980F1; }
a { background-color: rgb(73,128,241); }
div.DivClassName
{
background-color: #4980F1;
}
.BgClassName
{
background-color: #4980F1;
}
</style>
border-color css
<style>
span { border-color: #4980F1; }
span { border-color: rgb(73,128,241); }
td.TdClassName
{
border-color: #4980F1;
}
.TagClassName
{
border-color: #4980F1;
}
</style>