Shades of Royal Blue #4774F5
Tints of Royal Blue #4774F5
RGB
CMYK
RGB Variations
Color information
#4774F5 (or 0x4774F5) is known color: Royal Blue. HEX triplet: 47, 74 and F5. RGB value is (71,116,245). Sum of RGB (Red+Green+Blue) = 71+116+245=432 (57% of max value = 765). Red value is 71 (28.12% from 255 or 16.44% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 245 (96.09% from 255 or 56.71% from 432); Max value from RGB is 245 - color contains mainly: blue. Hex color #4774F5 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4774F5 is #B88B0A. Grayscale: #747474. Windows color (decimal): -12094219 or 16086087. OLE color: 16086087.
HSL color Cylindrical-coordinate representation of color #4774F5: hue angle of 224.48º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4774F5 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 71 | 116 | 245 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.04 |
| HSL | 224.48º | 0.9% | 0.62% | - |
| HSV(B) | 224.48º | 0.71% | 0.96% | - |
| XYZ | 25.33 | 20.42 | 88.99 | - |
| YUV | 117.25 | 200.09 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 245 | 0.71 | 0.53 | 0 | 0.04 | 224.48 | 0.9 | 0.62 |
| Hex | 47 | 74 | F5 | 47 | 35 | 0 | 4 | E0 | 5A | 3E |
| Octal | 107 | 164 | 365 | 107 | 65 | 0 | 4 | 340 | 132 | 76 |
| Binary | 1000111 | 1110100 | 11110101 | 1000111 | 110101 | 0 | 100 | 11100000 | 1011010 | 111110 |
Color Harmonies of #4774F5
Complementary color
Monochromatic Colors of #4774F5
Black with #4774F5
Text Example
Text Example
White with #4774F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774F5; }
p { color: rgb(71,116,245); }
H1.HeaderClassName
{
color: #4774F5;
}
.AnyTagClassName
{
color: #4774F5;
}
</style>
background-color css
<style>
a { background-color: #4774F5; }
a { background-color: rgb(71,116,245); }
div.DivClassName
{
background-color: #4774F5;
}
.BgClassName
{
background-color: #4774F5;
}
</style>
border-color css
<style>
span { border-color: #4774F5; }
span { border-color: rgb(71,116,245); }
td.TdClassName
{
border-color: #4774F5;
}
.TagClassName
{
border-color: #4774F5;
}
</style>