Shades of Royal Blue #4975FE
Tints of Royal Blue #4975FE
RGB
CMYK
RGB Variations
Color information
#4975FE (or 0x4975FE) is known color: Royal Blue. HEX triplet: 49, 75 and FE. RGB value is (73,117,254). Sum of RGB (Red+Green+Blue) = 73+117+254=444 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.44% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #4975FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975FE is #B68A01. Grayscale: #767676. Windows color (decimal): -11962882 or 16676169. OLE color: 16676169.
HSL color Cylindrical-coordinate representation of color #4975FE: hue angle of 225.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 #4975FE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 117 | 254 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.00 |
| HSL | 225.41º | 0.99% | 0.64% | - |
| HSV(B) | 225.41º | 0.71% | 1% | - |
| XYZ | 27 | 21.29 | 96.45 | - |
| YUV | 119.46 | 203.92 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 254 | 0.71 | 0.54 | 0 | 0.00 | 225.41 | 0.99 | 0.64 |
| Hex | 49 | 75 | FE | 47 | 36 | 0 | 0 | E1 | 63 | 40 |
| Octal | 111 | 165 | 376 | 107 | 66 | 0 | 0 | 341 | 143 | 100 |
| Binary | 1001001 | 1110101 | 11111110 | 1000111 | 110110 | 0 | 0 | 11100001 | 1100011 | 1000000 |
Color Harmonies of #4975FE
Complementary color
Monochromatic Colors of #4975FE
Black with #4975FE
Text Example
Text Example
White with #4975FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975FE; }
p { color: rgb(73,117,254); }
H1.HeaderClassName
{
color: #4975FE;
}
.AnyTagClassName
{
color: #4975FE;
}
</style>
background-color css
<style>
a { background-color: #4975FE; }
a { background-color: rgb(73,117,254); }
div.DivClassName
{
background-color: #4975FE;
}
.BgClassName
{
background-color: #4975FE;
}
</style>
border-color css
<style>
span { border-color: #4975FE; }
span { border-color: rgb(73,117,254); }
td.TdClassName
{
border-color: #4975FE;
}
.TagClassName
{
border-color: #4975FE;
}
</style>