Shades of Royal Blue #4970FB
Tints of Royal Blue #4970FB
RGB
CMYK
RGB Variations
Color information
#4970FB (or 0x4970FB) is known color: Royal Blue. HEX triplet: 49, 70 and FB. RGB value is (73,112,251). Sum of RGB (Red+Green+Blue) = 73+112+251=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #4970FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4970FB is #B68F04. Grayscale: #737373. Windows color (decimal): -11964165 or 16478281. OLE color: 16478281.
HSL color Cylindrical-coordinate representation of color #4970FB: hue angle of 226.85º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4970FB is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 112 | 251 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.02 |
| HSL | 226.85º | 0.96% | 0.64% | - |
| HSV(B) | 226.85º | 0.71% | 0.98% | - |
| XYZ | 25.95 | 19.97 | 93.75 | - |
| YUV | 116.19 | 204.08 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 112 | 251 | 0.71 | 0.55 | 0 | 0.02 | 226.85 | 0.96 | 0.64 |
| Hex | 49 | 70 | FB | 47 | 37 | 0 | 2 | E3 | 60 | 40 |
| Octal | 111 | 160 | 373 | 107 | 67 | 0 | 2 | 343 | 140 | 100 |
| Binary | 1001001 | 1110000 | 11111011 | 1000111 | 110111 | 0 | 10 | 11100011 | 1100000 | 1000000 |
Color Harmonies of #4970FB
Complementary color
Monochromatic Colors of #4970FB
Black with #4970FB
Text Example
Text Example
White with #4970FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4970FB; }
p { color: rgb(73,112,251); }
H1.HeaderClassName
{
color: #4970FB;
}
.AnyTagClassName
{
color: #4970FB;
}
</style>
background-color css
<style>
a { background-color: #4970FB; }
a { background-color: rgb(73,112,251); }
div.DivClassName
{
background-color: #4970FB;
}
.BgClassName
{
background-color: #4970FB;
}
</style>
border-color css
<style>
span { border-color: #4970FB; }
span { border-color: rgb(73,112,251); }
td.TdClassName
{
border-color: #4970FB;
}
.TagClassName
{
border-color: #4970FB;
}
</style>