Shades of Royal Blue #4F7CF1
Tints of Royal Blue #4F7CF1
RGB
CMYK
RGB Variations
Color information
#4F7CF1 (or 0x4F7CF1) is known color: Royal Blue. HEX triplet: 4F, 7C and F1. RGB value is (79,124,241). Sum of RGB (Red+Green+Blue) = 79+124+241=444 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.79% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #4F7CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7CF1 is #B0830E. Grayscale: #7B7B7B. Windows color (decimal): -11567887 or 15825999. OLE color: 15825999.
HSL color Cylindrical-coordinate representation of color #4F7CF1: hue angle of 223.33º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F7CF1 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 79 | 124 | 241 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.05 |
| HSL | 223.33º | 0.85% | 0.63% | - |
| HSV(B) | 223.33º | 0.67% | 0.95% | - |
| XYZ | 26.31 | 22.43 | 86.16 | - |
| YUV | 123.88 | 194.09 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 241 | 0.67 | 0.49 | 0 | 0.05 | 223.33 | 0.85 | 0.63 |
| Hex | 4F | 7C | F1 | 43 | 31 | 0 | 5 | DF | 55 | 3F |
| Octal | 117 | 174 | 361 | 103 | 61 | 0 | 5 | 337 | 125 | 77 |
| Binary | 1001111 | 1111100 | 11110001 | 1000011 | 110001 | 0 | 101 | 11011111 | 1010101 | 111111 |
Color Harmonies of #4F7CF1
Complementary color
Monochromatic Colors of #4F7CF1
Black with #4F7CF1
Text Example
Text Example
White with #4F7CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CF1; }
p { color: rgb(79,124,241); }
H1.HeaderClassName
{
color: #4F7CF1;
}
.AnyTagClassName
{
color: #4F7CF1;
}
</style>
background-color css
<style>
a { background-color: #4F7CF1; }
a { background-color: rgb(79,124,241); }
div.DivClassName
{
background-color: #4F7CF1;
}
.BgClassName
{
background-color: #4F7CF1;
}
</style>
border-color css
<style>
span { border-color: #4F7CF1; }
span { border-color: rgb(79,124,241); }
td.TdClassName
{
border-color: #4F7CF1;
}
.TagClassName
{
border-color: #4F7CF1;
}
</style>