Shades of Royal Blue #4973FC
Tints of Royal Blue #4973FC
RGB
CMYK
RGB Variations
Color information
#4973FC (or 0x4973FC) is known color: Royal Blue. HEX triplet: 49, 73 and FC. RGB value is (73,115,252). Sum of RGB (Red+Green+Blue) = 73+115+252=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #4973FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4973FC is #B68C03. Grayscale: #757575. Windows color (decimal): -11963396 or 16544585. OLE color: 16544585.
HSL color Cylindrical-coordinate representation of color #4973FC: hue angle of 225.92º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4973FC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 115 | 252 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.01 |
| HSL | 225.92º | 0.97% | 0.64% | - |
| HSV(B) | 225.92º | 0.71% | 0.99% | - |
| XYZ | 26.45 | 20.71 | 94.7 | - |
| YUV | 118.06 | 203.59 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 115 | 252 | 0.71 | 0.54 | 0 | 0.01 | 225.92 | 0.97 | 0.64 |
| Hex | 49 | 73 | FC | 47 | 36 | 0 | 1 | E2 | 61 | 40 |
| Octal | 111 | 163 | 374 | 107 | 66 | 0 | 1 | 342 | 141 | 100 |
| Binary | 1001001 | 1110011 | 11111100 | 1000111 | 110110 | 0 | 1 | 11100010 | 1100001 | 1000000 |
Color Harmonies of #4973FC
Complementary color
Monochromatic Colors of #4973FC
Black with #4973FC
Text Example
Text Example
White with #4973FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4973FC; }
p { color: rgb(73,115,252); }
H1.HeaderClassName
{
color: #4973FC;
}
.AnyTagClassName
{
color: #4973FC;
}
</style>
background-color css
<style>
a { background-color: #4973FC; }
a { background-color: rgb(73,115,252); }
div.DivClassName
{
background-color: #4973FC;
}
.BgClassName
{
background-color: #4973FC;
}
</style>
border-color css
<style>
span { border-color: #4973FC; }
span { border-color: rgb(73,115,252); }
td.TdClassName
{
border-color: #4973FC;
}
.TagClassName
{
border-color: #4973FC;
}
</style>