Shades of Royal Blue #4772EF
Tints of Royal Blue #4772EF
RGB
CMYK
RGB Variations
Color information
#4772EF (or 0x4772EF) is known color: Royal Blue. HEX triplet: 47, 72 and EF. RGB value is (71,114,239). Sum of RGB (Red+Green+Blue) = 71+114+239=424 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.75% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #4772EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4772EF is #B88D10. Grayscale: #727272. Windows color (decimal): -12094737 or 15692359. OLE color: 15692359.
HSL color Cylindrical-coordinate representation of color #4772EF: hue angle of 224.64º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4772EF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 114 | 239 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.06 |
| HSL | 224.64º | 0.84% | 0.61% | - |
| HSV(B) | 224.64º | 0.7% | 0.94% | - |
| XYZ | 24.2 | 19.61 | 84.17 | - |
| YUV | 115.39 | 197.75 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 239 | 0.70 | 0.52 | 0 | 0.06 | 224.64 | 0.84 | 0.61 |
| Hex | 47 | 72 | EF | 46 | 34 | 0 | 6 | E1 | 54 | 3D |
| Octal | 107 | 162 | 357 | 106 | 64 | 0 | 6 | 341 | 124 | 75 |
| Binary | 1000111 | 1110010 | 11101111 | 1000110 | 110100 | 0 | 110 | 11100001 | 1010100 | 111101 |
Color Harmonies of #4772EF
Complementary color
Monochromatic Colors of #4772EF
Black with #4772EF
Text Example
Text Example
White with #4772EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772EF; }
p { color: rgb(71,114,239); }
H1.HeaderClassName
{
color: #4772EF;
}
.AnyTagClassName
{
color: #4772EF;
}
</style>
background-color css
<style>
a { background-color: #4772EF; }
a { background-color: rgb(71,114,239); }
div.DivClassName
{
background-color: #4772EF;
}
.BgClassName
{
background-color: #4772EF;
}
</style>
border-color css
<style>
span { border-color: #4772EF; }
span { border-color: rgb(71,114,239); }
td.TdClassName
{
border-color: #4772EF;
}
.TagClassName
{
border-color: #4772EF;
}
</style>