Shades of Royal Blue #4F71CE
Tints of Royal Blue #4F71CE
RGB
CMYK
RGB Variations
Color information
#4F71CE (or 0x4F71CE) is known color: Royal Blue. HEX triplet: 4F, 71 and CE. RGB value is (79,113,206). Sum of RGB (Red+Green+Blue) = 79+113+206=398 (52% of max value = 765). Red value is 79 (31.25% from 255 or 19.85% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F71CE is #B08E31. Grayscale: #717171. Windows color (decimal): -11570738 or 13529423. OLE color: 13529423.
HSL color Cylindrical-coordinate representation of color #4F71CE: hue angle of 223.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F71CE is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 113 | 206 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.19 |
| HSL | 223.94º | 0.56% | 0.56% | - |
| HSV(B) | 223.94º | 0.62% | 0.81% | - |
| XYZ | 20.27 | 17.93 | 60.78 | - |
| YUV | 113.44 | 180.24 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 113 | 206 | 0.62 | 0.45 | 0 | 0.19 | 223.94 | 0.56 | 0.56 |
| Hex | 4F | 71 | CE | 3E | 2D | 0 | 13 | E0 | 38 | 38 |
| Octal | 117 | 161 | 316 | 76 | 55 | 0 | 23 | 340 | 70 | 70 |
| Binary | 1001111 | 1110001 | 11001110 | 111110 | 101101 | 0 | 10011 | 11100000 | 111000 | 111000 |
Color Harmonies of #4F71CE
Complementary color
Monochromatic Colors of #4F71CE
Black with #4F71CE
Text Example
Text Example
White with #4F71CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F71CE; }
p { color: rgb(79,113,206); }
H1.HeaderClassName
{
color: #4F71CE;
}
.AnyTagClassName
{
color: #4F71CE;
}
</style>
background-color css
<style>
a { background-color: #4F71CE; }
a { background-color: rgb(79,113,206); }
div.DivClassName
{
background-color: #4F71CE;
}
.BgClassName
{
background-color: #4F71CE;
}
</style>
border-color css
<style>
span { border-color: #4F71CE; }
span { border-color: rgb(79,113,206); }
td.TdClassName
{
border-color: #4F71CE;
}
.TagClassName
{
border-color: #4F71CE;
}
</style>