Shades of Royal Blue #4975FF
Tints of Royal Blue #4975FF
RGB
CMYK
RGB Variations
Color information
#4975FF (or 0x4975FF) is known color: Royal Blue. HEX triplet: 49, 75 and FF. RGB value is (73,117,255). Sum of RGB (Red+Green+Blue) = 73+117+255=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #4975FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975FF is #B68A00. Grayscale: #767676. Windows color (decimal): -11962881 or 16741705. OLE color: 16741705.
HSL color Cylindrical-coordinate representation of color #4975FF: hue angle of 225.49º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4975FF is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 117 | 255 | - |
| CMYK | 0.71 | 0.54 | 0 | 0 |
| HSL | 225.49º | 1% | 0.64% | - |
| HSV(B) | 225.49º | 0.71% | 1% | - |
| XYZ | 27.16 | 21.36 | 97.3 | - |
| YUV | 119.58 | 204.42 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 255 | 0.71 | 0.54 | 0 | 0 | 225.49 | 1 | 0.64 |
| Hex | 49 | 75 | FF | 47 | 36 | 0 | 0 | E1 | 64 | 40 |
| Octal | 111 | 165 | 377 | 107 | 66 | 0 | 0 | 341 | 144 | 100 |
| Binary | 1001001 | 1110101 | 11111111 | 1000111 | 110110 | 0 | 0 | 11100001 | 1100100 | 1000000 |
Color Harmonies of #4975FF
Complementary color
Monochromatic Colors of #4975FF
Black with #4975FF
Text Example
Text Example
White with #4975FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975FF; }
p { color: rgb(73,117,255); }
H1.HeaderClassName
{
color: #4975FF;
}
.AnyTagClassName
{
color: #4975FF;
}
</style>
background-color css
<style>
a { background-color: #4975FF; }
a { background-color: rgb(73,117,255); }
div.DivClassName
{
background-color: #4975FF;
}
.BgClassName
{
background-color: #4975FF;
}
</style>
border-color css
<style>
span { border-color: #4975FF; }
span { border-color: rgb(73,117,255); }
td.TdClassName
{
border-color: #4975FF;
}
.TagClassName
{
border-color: #4975FF;
}
</style>