Shades of Royal Blue #4977FB
Tints of Royal Blue #4977FB
RGB
CMYK
RGB Variations
Color information
#4977FB (or 0x4977FB) is known color: Royal Blue. HEX triplet: 49, 77 and FB. RGB value is (73,119,251). Sum of RGB (Red+Green+Blue) = 73+119+251=443 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.48% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #4977FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4977FB is #B68804. Grayscale: #777777. Windows color (decimal): -11962373 or 16480073. OLE color: 16480073.
HSL color Cylindrical-coordinate representation of color #4977FB: hue angle of 224.49º 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 #4977FB is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 119 | 251 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.02 |
| HSL | 224.49º | 0.96% | 0.64% | - |
| HSV(B) | 224.49º | 0.71% | 0.98% | - |
| XYZ | 26.76 | 21.58 | 94.02 | - |
| YUV | 120.29 | 201.76 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 119 | 251 | 0.71 | 0.53 | 0 | 0.02 | 224.49 | 0.96 | 0.64 |
| Hex | 49 | 77 | FB | 47 | 35 | 0 | 2 | E0 | 60 | 40 |
| Octal | 111 | 167 | 373 | 107 | 65 | 0 | 2 | 340 | 140 | 100 |
| Binary | 1001001 | 1110111 | 11111011 | 1000111 | 110101 | 0 | 10 | 11100000 | 1100000 | 1000000 |
Color Harmonies of #4977FB
Complementary color
Monochromatic Colors of #4977FB
Black with #4977FB
Text Example
Text Example
White with #4977FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4977FB; }
p { color: rgb(73,119,251); }
H1.HeaderClassName
{
color: #4977FB;
}
.AnyTagClassName
{
color: #4977FB;
}
</style>
background-color css
<style>
a { background-color: #4977FB; }
a { background-color: rgb(73,119,251); }
div.DivClassName
{
background-color: #4977FB;
}
.BgClassName
{
background-color: #4977FB;
}
</style>
border-color css
<style>
span { border-color: #4977FB; }
span { border-color: rgb(73,119,251); }
td.TdClassName
{
border-color: #4977FB;
}
.TagClassName
{
border-color: #4977FB;
}
</style>