Shades of Royal Blue #4972FE
Tints of Royal Blue #4972FE
RGB
CMYK
RGB Variations
Color information
#4972FE (or 0x4972FE) is known color: Royal Blue. HEX triplet: 49, 72 and FE. RGB value is (73,114,254). Sum of RGB (Red+Green+Blue) = 73+114+254=441 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.55% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #4972FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4972FE is #B68D01. Grayscale: #757575. Windows color (decimal): -11963650 or 16675401. OLE color: 16675401.
HSL color Cylindrical-coordinate representation of color #4972FE: hue angle of 226.41º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4972FE is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 114 | 254 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.00 |
| HSL | 226.41º | 0.99% | 0.64% | - |
| HSV(B) | 226.41º | 0.71% | 1% | - |
| XYZ | 26.65 | 20.61 | 96.34 | - |
| YUV | 117.7 | 204.92 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 254 | 0.71 | 0.55 | 0 | 0.00 | 226.41 | 0.99 | 0.64 |
| Hex | 49 | 72 | FE | 47 | 37 | 0 | 0 | E2 | 63 | 40 |
| Octal | 111 | 162 | 376 | 107 | 67 | 0 | 0 | 342 | 143 | 100 |
| Binary | 1001001 | 1110010 | 11111110 | 1000111 | 110111 | 0 | 0 | 11100010 | 1100011 | 1000000 |
Color Harmonies of #4972FE
Complementary color
Monochromatic Colors of #4972FE
Black with #4972FE
Text Example
Text Example
White with #4972FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4972FE; }
p { color: rgb(73,114,254); }
H1.HeaderClassName
{
color: #4972FE;
}
.AnyTagClassName
{
color: #4972FE;
}
</style>
background-color css
<style>
a { background-color: #4972FE; }
a { background-color: rgb(73,114,254); }
div.DivClassName
{
background-color: #4972FE;
}
.BgClassName
{
background-color: #4972FE;
}
</style>
border-color css
<style>
span { border-color: #4972FE; }
span { border-color: rgb(73,114,254); }
td.TdClassName
{
border-color: #4972FE;
}
.TagClassName
{
border-color: #4972FE;
}
</style>