Shades of Royal Blue #4F7CFE
Tints of Royal Blue #4F7CFE
RGB
CMYK
RGB Variations
Color information
#4F7CFE (or 0x4F7CFE) is known color: Royal Blue. HEX triplet: 4F, 7C and FE. RGB value is (79,124,254). Sum of RGB (Red+Green+Blue) = 79+124+254=457 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.29% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 254 (99.61% from 255 or 55.58% from 457); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F7CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7CFE is #B08301. Grayscale: #7C7C7C. Windows color (decimal): -11567874 or 16677967. OLE color: 16677967.
HSL color Cylindrical-coordinate representation of color #4F7CFE: hue angle of 224.57º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4F7CFE is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 124 | 254 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.00 |
| HSL | 224.57º | 0.99% | 0.65% | - |
| HSV(B) | 224.57º | 0.69% | 1% | - |
| XYZ | 28.32 | 23.23 | 96.76 | - |
| YUV | 125.37 | 200.59 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 124 | 254 | 0.69 | 0.51 | 0 | 0.00 | 224.57 | 0.99 | 0.65 |
| Hex | 4F | 7C | FE | 45 | 33 | 0 | 0 | E1 | 63 | 41 |
| Octal | 117 | 174 | 376 | 105 | 63 | 0 | 0 | 341 | 143 | 101 |
| Binary | 1001111 | 1111100 | 11111110 | 1000101 | 110011 | 0 | 0 | 11100001 | 1100011 | 1000001 |
Color Harmonies of #4F7CFE
Complementary color
Monochromatic Colors of #4F7CFE
Black with #4F7CFE
Text Example
Text Example
White with #4F7CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7CFE; }
p { color: rgb(79,124,254); }
H1.HeaderClassName
{
color: #4F7CFE;
}
.AnyTagClassName
{
color: #4F7CFE;
}
</style>
background-color css
<style>
a { background-color: #4F7CFE; }
a { background-color: rgb(79,124,254); }
div.DivClassName
{
background-color: #4F7CFE;
}
.BgClassName
{
background-color: #4F7CFE;
}
</style>
border-color css
<style>
span { border-color: #4F7CFE; }
span { border-color: rgb(79,124,254); }
td.TdClassName
{
border-color: #4F7CFE;
}
.TagClassName
{
border-color: #4F7CFE;
}
</style>