Shades of Royal Blue #4976FE
Tints of Royal Blue #4976FE
RGB
CMYK
RGB Variations
Color information
#4976FE (or 0x4976FE) is known color: Royal Blue. HEX triplet: 49, 76 and FE. RGB value is (73,118,254). Sum of RGB (Red+Green+Blue) = 73+118+254=445 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.40% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #4976FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976FE is #B68901. Grayscale: #777777. Windows color (decimal): -11962626 or 16676425. OLE color: 16676425.
HSL color Cylindrical-coordinate representation of color #4976FE: hue angle of 225.08º 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 #4976FE is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 118 | 254 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.00 |
| HSL | 225.08º | 0.99% | 0.64% | - |
| HSV(B) | 225.08º | 0.71% | 1% | - |
| XYZ | 27.12 | 21.53 | 96.49 | - |
| YUV | 120.05 | 203.59 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 254 | 0.71 | 0.54 | 0 | 0.00 | 225.08 | 0.99 | 0.64 |
| Hex | 49 | 76 | FE | 47 | 36 | 0 | 0 | E1 | 63 | 40 |
| Octal | 111 | 166 | 376 | 107 | 66 | 0 | 0 | 341 | 143 | 100 |
| Binary | 1001001 | 1110110 | 11111110 | 1000111 | 110110 | 0 | 0 | 11100001 | 1100011 | 1000000 |
Color Harmonies of #4976FE
Complementary color
Monochromatic Colors of #4976FE
Black with #4976FE
Text Example
Text Example
White with #4976FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976FE; }
p { color: rgb(73,118,254); }
H1.HeaderClassName
{
color: #4976FE;
}
.AnyTagClassName
{
color: #4976FE;
}
</style>
background-color css
<style>
a { background-color: #4976FE; }
a { background-color: rgb(73,118,254); }
div.DivClassName
{
background-color: #4976FE;
}
.BgClassName
{
background-color: #4976FE;
}
</style>
border-color css
<style>
span { border-color: #4976FE; }
span { border-color: rgb(73,118,254); }
td.TdClassName
{
border-color: #4976FE;
}
.TagClassName
{
border-color: #4976FE;
}
</style>