Shades of Royal Blue #4772F0
Tints of Royal Blue #4772F0
RGB
CMYK
RGB Variations
Color information
#4772F0 (or 0x4772F0) is known color: Royal Blue. HEX triplet: 47, 72 and F0. RGB value is (71,114,240). Sum of RGB (Red+Green+Blue) = 71+114+240=425 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.71% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #4772F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4772F0 is #B88D0F. Grayscale: #727272. Windows color (decimal): -12094736 or 15757895. OLE color: 15757895.
HSL color Cylindrical-coordinate representation of color #4772F0: hue angle of 224.73º degrees, saturation: 0.85, 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 #4772F0 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 114 | 240 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.06 |
| HSL | 224.73º | 0.85% | 0.61% | - |
| HSV(B) | 224.73º | 0.7% | 0.94% | - |
| XYZ | 24.34 | 19.67 | 84.95 | - |
| YUV | 115.51 | 198.25 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 240 | 0.70 | 0.52 | 0 | 0.06 | 224.73 | 0.85 | 0.61 |
| Hex | 47 | 72 | F0 | 46 | 34 | 0 | 6 | E1 | 55 | 3D |
| Octal | 107 | 162 | 360 | 106 | 64 | 0 | 6 | 341 | 125 | 75 |
| Binary | 1000111 | 1110010 | 11110000 | 1000110 | 110100 | 0 | 110 | 11100001 | 1010101 | 111101 |
Color Harmonies of #4772F0
Complementary color
Monochromatic Colors of #4772F0
Black with #4772F0
Text Example
Text Example
White with #4772F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4772F0; }
p { color: rgb(71,114,240); }
H1.HeaderClassName
{
color: #4772F0;
}
.AnyTagClassName
{
color: #4772F0;
}
</style>
background-color css
<style>
a { background-color: #4772F0; }
a { background-color: rgb(71,114,240); }
div.DivClassName
{
background-color: #4772F0;
}
.BgClassName
{
background-color: #4772F0;
}
</style>
border-color css
<style>
span { border-color: #4772F0; }
span { border-color: rgb(71,114,240); }
td.TdClassName
{
border-color: #4772F0;
}
.TagClassName
{
border-color: #4772F0;
}
</style>