Shades of Royal Blue #4976F4
Tints of Royal Blue #4976F4
RGB
CMYK
RGB Variations
Color information
#4976F4 (or 0x4976F4) is known color: Royal Blue. HEX triplet: 49, 76 and F4. RGB value is (73,118,244). Sum of RGB (Red+Green+Blue) = 73+118+244=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 244 (95.70% from 255 or 56.09% from 435); Max value from RGB is 244 - color contains mainly: blue. Hex color #4976F4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4976F4 is #B6890B. Grayscale: #767676. Windows color (decimal): -11962636 or 16021065. OLE color: 16021065.
HSL color Cylindrical-coordinate representation of color #4976F4: hue angle of 224.21º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4976F4 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 73 | 118 | 244 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.04 |
| HSL | 224.21º | 0.89% | 0.62% | - |
| HSV(B) | 224.21º | 0.7% | 0.96% | - |
| XYZ | 25.56 | 20.9 | 88.28 | - |
| YUV | 118.91 | 198.59 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 244 | 0.70 | 0.52 | 0 | 0.04 | 224.21 | 0.89 | 0.62 |
| Hex | 49 | 76 | F4 | 46 | 34 | 0 | 4 | E0 | 59 | 3E |
| Octal | 111 | 166 | 364 | 106 | 64 | 0 | 4 | 340 | 131 | 76 |
| Binary | 1001001 | 1110110 | 11110100 | 1000110 | 110100 | 0 | 100 | 11100000 | 1011001 | 111110 |
Color Harmonies of #4976F4
Complementary color
Monochromatic Colors of #4976F4
Black with #4976F4
Text Example
Text Example
White with #4976F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4976F4; }
p { color: rgb(73,118,244); }
H1.HeaderClassName
{
color: #4976F4;
}
.AnyTagClassName
{
color: #4976F4;
}
</style>
background-color css
<style>
a { background-color: #4976F4; }
a { background-color: rgb(73,118,244); }
div.DivClassName
{
background-color: #4976F4;
}
.BgClassName
{
background-color: #4976F4;
}
</style>
border-color css
<style>
span { border-color: #4976F4; }
span { border-color: rgb(73,118,244); }
td.TdClassName
{
border-color: #4976F4;
}
.TagClassName
{
border-color: #4976F4;
}
</style>