Shades of Royal Blue #4976FB
Tints of Royal Blue #4976FB
RGB
CMYK
RGB Variations
Color information
#4976FB (or 0x4976FB) is known color: Royal Blue. HEX triplet: 49, 76 and FB. RGB value is (73,118,251). Sum of RGB (Red+Green+Blue) = 73+118+251=442 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.52% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #4976FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976FB is #B68904. Grayscale: #777777. Windows color (decimal): -11962629 or 16479817. OLE color: 16479817.
HSL color Cylindrical-coordinate representation of color #4976FB: hue angle of 224.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4976FB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 118 | 251 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.02 |
| HSL | 224.83º | 0.96% | 0.64% | - |
| HSV(B) | 224.83º | 0.71% | 0.98% | - |
| XYZ | 26.64 | 21.34 | 93.98 | - |
| YUV | 119.71 | 202.09 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 251 | 0.71 | 0.53 | 0 | 0.02 | 224.83 | 0.96 | 0.64 |
| Hex | 49 | 76 | FB | 47 | 35 | 0 | 2 | E1 | 60 | 40 |
| Octal | 111 | 166 | 373 | 107 | 65 | 0 | 2 | 341 | 140 | 100 |
| Binary | 1001001 | 1110110 | 11111011 | 1000111 | 110101 | 0 | 10 | 11100001 | 1100000 | 1000000 |
Color Harmonies of #4976FB
Complementary color
Monochromatic Colors of #4976FB
Black with #4976FB
Text Example
Text Example
White with #4976FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976FB; }
p { color: rgb(73,118,251); }
H1.HeaderClassName
{
color: #4976FB;
}
.AnyTagClassName
{
color: #4976FB;
}
</style>
background-color css
<style>
a { background-color: #4976FB; }
a { background-color: rgb(73,118,251); }
div.DivClassName
{
background-color: #4976FB;
}
.BgClassName
{
background-color: #4976FB;
}
</style>
border-color css
<style>
span { border-color: #4976FB; }
span { border-color: rgb(73,118,251); }
td.TdClassName
{
border-color: #4976FB;
}
.TagClassName
{
border-color: #4976FB;
}
</style>