Shades of Royal Blue #4F71EC
Tints of Royal Blue #4F71EC
RGB
CMYK
RGB Variations
Color information
#4F71EC (or 0x4F71EC) is known color: Royal Blue. HEX triplet: 4F, 71 and EC. RGB value is (79,113,236). Sum of RGB (Red+Green+Blue) = 79+113+236=428 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.46% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #4F71EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F71EC is #B08E13. Grayscale: #747474. Windows color (decimal): -11570708 or 15495503. OLE color: 15495503.
HSL color Cylindrical-coordinate representation of color #4F71EC: hue angle of 227.01º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F71EC is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 79 | 113 | 236 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.07 |
| HSL | 227.01º | 0.81% | 0.62% | - |
| HSV(B) | 227.01º | 0.67% | 0.93% | - |
| XYZ | 24.27 | 19.53 | 81.85 | - |
| YUV | 116.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 236 | 0.67 | 0.52 | 0 | 0.07 | 227.01 | 0.81 | 0.62 |
| Hex | 4F | 71 | EC | 43 | 34 | 0 | 7 | E3 | 51 | 3E |
| Octal | 117 | 161 | 354 | 103 | 64 | 0 | 7 | 343 | 121 | 76 |
| Binary | 1001111 | 1110001 | 11101100 | 1000011 | 110100 | 0 | 111 | 11100011 | 1010001 | 111110 |
Color Harmonies of #4F71EC
Complementary color
Monochromatic Colors of #4F71EC
Black with #4F71EC
Text Example
Text Example
White with #4F71EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F71EC; }
p { color: rgb(79,113,236); }
H1.HeaderClassName
{
color: #4F71EC;
}
.AnyTagClassName
{
color: #4F71EC;
}
</style>
background-color css
<style>
a { background-color: #4F71EC; }
a { background-color: rgb(79,113,236); }
div.DivClassName
{
background-color: #4F71EC;
}
.BgClassName
{
background-color: #4F71EC;
}
</style>
border-color css
<style>
span { border-color: #4F71EC; }
span { border-color: rgb(79,113,236); }
td.TdClassName
{
border-color: #4F71EC;
}
.TagClassName
{
border-color: #4F71EC;
}
</style>