Shades of Royal Blue #4773EB
Tints of Royal Blue #4773EB
RGB
CMYK
RGB Variations
Color information
#4773EB (or 0x4773EB) is known color: Royal Blue. HEX triplet: 47, 73 and EB. RGB value is (71,115,235). Sum of RGB (Red+Green+Blue) = 71+115+235=421 (55% of max value = 765). Red value is 71 (28.12% from 255 or 16.86% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 235 (92.19% from 255 or 55.82% from 421); Max value from RGB is 235 - color contains mainly: blue. Hex color #4773EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4773EB is #B88C14. Grayscale: #737373. Windows color (decimal): -12094485 or 15430471. OLE color: 15430471.
HSL color Cylindrical-coordinate representation of color #4773EB: hue angle of 223.9º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4773EB is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 115 | 235 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.08 |
| HSL | 223.9º | 0.8% | 0.6% | - |
| HSV(B) | 223.9º | 0.7% | 0.92% | - |
| XYZ | 23.72 | 19.6 | 81.13 | - |
| YUV | 115.52 | 195.42 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 235 | 0.70 | 0.51 | 0 | 0.08 | 223.9 | 0.8 | 0.6 |
| Hex | 47 | 73 | EB | 46 | 33 | 0 | 8 | E0 | 50 | 3C |
| Octal | 107 | 163 | 353 | 106 | 63 | 0 | 10 | 340 | 120 | 74 |
| Binary | 1000111 | 1110011 | 11101011 | 1000110 | 110011 | 0 | 1000 | 11100000 | 1010000 | 111100 |
Color Harmonies of #4773EB
Complementary color
Monochromatic Colors of #4773EB
Black with #4773EB
Text Example
Text Example
White with #4773EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4773EB; }
p { color: rgb(71,115,235); }
H1.HeaderClassName
{
color: #4773EB;
}
.AnyTagClassName
{
color: #4773EB;
}
</style>
background-color css
<style>
a { background-color: #4773EB; }
a { background-color: rgb(71,115,235); }
div.DivClassName
{
background-color: #4773EB;
}
.BgClassName
{
background-color: #4773EB;
}
</style>
border-color css
<style>
span { border-color: #4773EB; }
span { border-color: rgb(71,115,235); }
td.TdClassName
{
border-color: #4773EB;
}
.TagClassName
{
border-color: #4773EB;
}
</style>