Shades of Royal Blue #4774EF
Tints of Royal Blue #4774EF
RGB
CMYK
RGB Variations
Color information
#4774EF (or 0x4774EF) is known color: Royal Blue. HEX triplet: 47, 74 and EF. RGB value is (71,116,239). Sum of RGB (Red+Green+Blue) = 71+116+239=426 (56% of max value = 765). Red value is 71 (28.12% from 255 or 16.67% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #4774EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4774EF is #B88B10. Grayscale: #747474. Windows color (decimal): -12094225 or 15692871. OLE color: 15692871.
HSL color Cylindrical-coordinate representation of color #4774EF: hue angle of 223.93º 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 #4774EF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 116 | 239 | - |
| CMYK | 0.70 | 0.51 | 0 | 0.06 |
| HSL | 223.93º | 0.84% | 0.61% | - |
| HSV(B) | 223.93º | 0.7% | 0.94% | - |
| XYZ | 24.42 | 20.06 | 84.25 | - |
| YUV | 116.57 | 197.09 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 239 | 0.70 | 0.51 | 0 | 0.06 | 223.93 | 0.84 | 0.61 |
| Hex | 47 | 74 | EF | 46 | 33 | 0 | 6 | E0 | 54 | 3D |
| Octal | 107 | 164 | 357 | 106 | 63 | 0 | 6 | 340 | 124 | 75 |
| Binary | 1000111 | 1110100 | 11101111 | 1000110 | 110011 | 0 | 110 | 11100000 | 1010100 | 111101 |
Color Harmonies of #4774EF
Complementary color
Monochromatic Colors of #4774EF
Black with #4774EF
Text Example
Text Example
White with #4774EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774EF; }
p { color: rgb(71,116,239); }
H1.HeaderClassName
{
color: #4774EF;
}
.AnyTagClassName
{
color: #4774EF;
}
</style>
background-color css
<style>
a { background-color: #4774EF; }
a { background-color: rgb(71,116,239); }
div.DivClassName
{
background-color: #4774EF;
}
.BgClassName
{
background-color: #4774EF;
}
</style>
border-color css
<style>
span { border-color: #4774EF; }
span { border-color: rgb(71,116,239); }
td.TdClassName
{
border-color: #4774EF;
}
.TagClassName
{
border-color: #4774EF;
}
</style>