Shades of Royal Blue #4975F6
Tints of Royal Blue #4975F6
RGB
CMYK
RGB Variations
Color information
#4975F6 (or 0x4975F6) is known color: Royal Blue. HEX triplet: 49, 75 and F6. RGB value is (73,117,246). Sum of RGB (Red+Green+Blue) = 73+117+246=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #4975F6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4975F6 is #B68A09. Grayscale: #757575. Windows color (decimal): -11962890 or 16151881. OLE color: 16151881.
HSL color Cylindrical-coordinate representation of color #4975F6: hue angle of 224.74º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4975F6 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 117 | 246 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.04 |
| HSL | 224.74º | 0.91% | 0.63% | - |
| HSV(B) | 224.74º | 0.7% | 0.96% | - |
| XYZ | 25.74 | 20.79 | 89.85 | - |
| YUV | 118.55 | 199.92 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 246 | 0.70 | 0.52 | 0 | 0.04 | 224.74 | 0.91 | 0.63 |
| Hex | 49 | 75 | F6 | 46 | 34 | 0 | 4 | E1 | 5B | 3F |
| Octal | 111 | 165 | 366 | 106 | 64 | 0 | 4 | 341 | 133 | 77 |
| Binary | 1001001 | 1110101 | 11110110 | 1000110 | 110100 | 0 | 100 | 11100001 | 1011011 | 111111 |
Color Harmonies of #4975F6
Complementary color
Monochromatic Colors of #4975F6
Black with #4975F6
Text Example
Text Example
White with #4975F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4975F6; }
p { color: rgb(73,117,246); }
H1.HeaderClassName
{
color: #4975F6;
}
.AnyTagClassName
{
color: #4975F6;
}
</style>
background-color css
<style>
a { background-color: #4975F6; }
a { background-color: rgb(73,117,246); }
div.DivClassName
{
background-color: #4975F6;
}
.BgClassName
{
background-color: #4975F6;
}
</style>
border-color css
<style>
span { border-color: #4975F6; }
span { border-color: rgb(73,117,246); }
td.TdClassName
{
border-color: #4975F6;
}
.TagClassName
{
border-color: #4975F6;
}
</style>