Shades of Royal Blue #4976E6
Tints of Royal Blue #4976E6
RGB
CMYK
RGB Variations
Color information
#4976E6 (or 0x4976E6) is known color: Royal Blue. HEX triplet: 49, 76 and E6. RGB value is (73,118,230). Sum of RGB (Red+Green+Blue) = 73+118+230=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 230 (90.23% from 255 or 54.63% from 421); Max value from RGB is 230 - color contains mainly: blue. Hex color #4976E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976E6 is #B68919. Grayscale: #747474. Windows color (decimal): -11962650 or 15103561. OLE color: 15103561.
HSL color Cylindrical-coordinate representation of color #4976E6: hue angle of 222.8º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4976E6 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 118 | 230 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.10 |
| HSL | 222.8º | 0.76% | 0.59% | - |
| HSV(B) | 222.8º | 0.68% | 0.9% | - |
| XYZ | 23.51 | 20.09 | 77.5 | - |
| YUV | 117.31 | 191.59 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 230 | 0.68 | 0.49 | 0 | 0.10 | 222.8 | 0.76 | 0.59 |
| Hex | 49 | 76 | E6 | 44 | 31 | 0 | A | DF | 4C | 3B |
| Octal | 111 | 166 | 346 | 104 | 61 | 0 | 12 | 337 | 114 | 73 |
| Binary | 1001001 | 1110110 | 11100110 | 1000100 | 110001 | 0 | 1010 | 11011111 | 1001100 | 111011 |
Color Harmonies of #4976E6
Complementary color
Monochromatic Colors of #4976E6
Black with #4976E6
Text Example
Text Example
White with #4976E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976E6; }
p { color: rgb(73,118,230); }
H1.HeaderClassName
{
color: #4976E6;
}
.AnyTagClassName
{
color: #4976E6;
}
</style>
background-color css
<style>
a { background-color: #4976E6; }
a { background-color: rgb(73,118,230); }
div.DivClassName
{
background-color: #4976E6;
}
.BgClassName
{
background-color: #4976E6;
}
</style>
border-color css
<style>
span { border-color: #4976E6; }
span { border-color: rgb(73,118,230); }
td.TdClassName
{
border-color: #4976E6;
}
.TagClassName
{
border-color: #4976E6;
}
</style>