Shades of Royal Blue #4773FB
Tints of Royal Blue #4773FB
RGB
CMYK
RGB Variations
Color information
#4773FB (or 0x4773FB) is known color: Royal Blue. HEX triplet: 47, 73 and FB. RGB value is (71,115,251). Sum of RGB (Red+Green+Blue) = 71+115+251=437 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.25% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #4773FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4773FB is #B88C04. Grayscale: #747474. Windows color (decimal): -12094469 or 16479047. OLE color: 16479047.
HSL color Cylindrical-coordinate representation of color #4773FB: hue angle of 225.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4773FB is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 71 | 115 | 251 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.02 |
| HSL | 225.33º | 0.96% | 0.63% | - |
| HSV(B) | 225.33º | 0.72% | 0.98% | - |
| XYZ | 26.14 | 20.57 | 93.86 | - |
| YUV | 117.35 | 203.42 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 251 | 0.72 | 0.54 | 0 | 0.02 | 225.33 | 0.96 | 0.63 |
| Hex | 47 | 73 | FB | 48 | 36 | 0 | 2 | E1 | 60 | 3F |
| Octal | 107 | 163 | 373 | 110 | 66 | 0 | 2 | 341 | 140 | 77 |
| Binary | 1000111 | 1110011 | 11111011 | 1001000 | 110110 | 0 | 10 | 11100001 | 1100000 | 111111 |
Color Harmonies of #4773FB
Complementary color
Monochromatic Colors of #4773FB
Black with #4773FB
Text Example
Text Example
White with #4773FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4773FB; }
p { color: rgb(71,115,251); }
H1.HeaderClassName
{
color: #4773FB;
}
.AnyTagClassName
{
color: #4773FB;
}
</style>
background-color css
<style>
a { background-color: #4773FB; }
a { background-color: rgb(71,115,251); }
div.DivClassName
{
background-color: #4773FB;
}
.BgClassName
{
background-color: #4773FB;
}
</style>
border-color css
<style>
span { border-color: #4773FB; }
span { border-color: rgb(71,115,251); }
td.TdClassName
{
border-color: #4773FB;
}
.TagClassName
{
border-color: #4773FB;
}
</style>