Shades of Royal Blue #4774FF
Tints of Royal Blue #4774FF
RGB
CMYK
RGB Variations
Color information
#4774FF (or 0x4774FF) is known color: Royal Blue. HEX triplet: 47, 74 and FF. RGB value is (71,116,255). Sum of RGB (Red+Green+Blue) = 71+116+255=442 (58% of max value = 765). Red value is 71 (28.12% from 255 or 16.06% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #4774FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4774FF is #B88B00. Grayscale: #757575. Windows color (decimal): -12094209 or 16741447. OLE color: 16741447.
HSL color Cylindrical-coordinate representation of color #4774FF: hue angle of 225.33º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4774FF is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 71 | 116 | 255 | - |
| CMYK | 0.72 | 0.55 | 0 | 0 |
| HSL | 225.33º | 1% | 0.64% | - |
| HSV(B) | 225.33º | 0.72% | 1% | - |
| XYZ | 26.89 | 21.05 | 97.25 | - |
| YUV | 118.39 | 205.09 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 116 | 255 | 0.72 | 0.55 | 0 | 0 | 225.33 | 1 | 0.64 |
| Hex | 47 | 74 | FF | 48 | 37 | 0 | 0 | E1 | 64 | 40 |
| Octal | 107 | 164 | 377 | 110 | 67 | 0 | 0 | 341 | 144 | 100 |
| Binary | 1000111 | 1110100 | 11111111 | 1001000 | 110111 | 0 | 0 | 11100001 | 1100100 | 1000000 |
Color Harmonies of #4774FF
Complementary color
Monochromatic Colors of #4774FF
Black with #4774FF
Text Example
Text Example
White with #4774FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4774FF; }
p { color: rgb(71,116,255); }
H1.HeaderClassName
{
color: #4774FF;
}
.AnyTagClassName
{
color: #4774FF;
}
</style>
background-color css
<style>
a { background-color: #4774FF; }
a { background-color: rgb(71,116,255); }
div.DivClassName
{
background-color: #4774FF;
}
.BgClassName
{
background-color: #4774FF;
}
</style>
border-color css
<style>
span { border-color: #4774FF; }
span { border-color: rgb(71,116,255); }
td.TdClassName
{
border-color: #4774FF;
}
.TagClassName
{
border-color: #4774FF;
}
</style>