Shades of Royal Blue #4975FC
Tints of Royal Blue #4975FC
RGB
CMYK
RGB Variations
Color information
#4975FC (or 0x4975FC) is known color: Royal Blue. HEX triplet: 49, 75 and FC. RGB value is (73,117,252). Sum of RGB (Red+Green+Blue) = 73+117+252=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #4975FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975FC is #B68A03. Grayscale: #767676. Windows color (decimal): -11962884 or 16545097. OLE color: 16545097.
HSL color Cylindrical-coordinate representation of color #4975FC: hue angle of 225.25º 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 #4975FC is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 117 | 252 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.01 |
| HSL | 225.25º | 0.97% | 0.64% | - |
| HSV(B) | 225.25º | 0.71% | 0.99% | - |
| XYZ | 26.68 | 21.17 | 94.77 | - |
| YUV | 119.23 | 202.92 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 252 | 0.71 | 0.54 | 0 | 0.01 | 225.25 | 0.97 | 0.64 |
| Hex | 49 | 75 | FC | 47 | 36 | 0 | 1 | E1 | 61 | 40 |
| Octal | 111 | 165 | 374 | 107 | 66 | 0 | 1 | 341 | 141 | 100 |
| Binary | 1001001 | 1110101 | 11111100 | 1000111 | 110110 | 0 | 1 | 11100001 | 1100001 | 1000000 |
Color Harmonies of #4975FC
Complementary color
Monochromatic Colors of #4975FC
Black with #4975FC
Text Example
Text Example
White with #4975FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975FC; }
p { color: rgb(73,117,252); }
H1.HeaderClassName
{
color: #4975FC;
}
.AnyTagClassName
{
color: #4975FC;
}
</style>
background-color css
<style>
a { background-color: #4975FC; }
a { background-color: rgb(73,117,252); }
div.DivClassName
{
background-color: #4975FC;
}
.BgClassName
{
background-color: #4975FC;
}
</style>
border-color css
<style>
span { border-color: #4975FC; }
span { border-color: rgb(73,117,252); }
td.TdClassName
{
border-color: #4975FC;
}
.TagClassName
{
border-color: #4975FC;
}
</style>