Shades of Royal Blue #4F7BFE
Tints of Royal Blue #4F7BFE
RGB
CMYK
RGB Variations
Color information
#4F7BFE (or 0x4F7BFE) is known color: Royal Blue. HEX triplet: 4F, 7B and FE. RGB value is (79,123,254). Sum of RGB (Red+Green+Blue) = 79+123+254=456 (60% of max value = 765). Red value is 79 (31.25% from 255 or 17.32% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F7BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F7BFE is #B08401. Grayscale: #7C7C7C. Windows color (decimal): -11568130 or 16677711. OLE color: 16677711.
HSL color Cylindrical-coordinate representation of color #4F7BFE: hue angle of 224.91º 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 #4F7BFE is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 123 | 254 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.00 |
| HSL | 224.91º | 0.99% | 0.65% | - |
| HSV(B) | 224.91º | 0.69% | 1% | - |
| XYZ | 28.2 | 22.98 | 96.72 | - |
| YUV | 124.78 | 200.92 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 123 | 254 | 0.69 | 0.52 | 0 | 0.00 | 224.91 | 0.99 | 0.65 |
| Hex | 4F | 7B | FE | 45 | 34 | 0 | 0 | E1 | 63 | 41 |
| Octal | 117 | 173 | 376 | 105 | 64 | 0 | 0 | 341 | 143 | 101 |
| Binary | 1001111 | 1111011 | 11111110 | 1000101 | 110100 | 0 | 0 | 11100001 | 1100011 | 1000001 |
Color Harmonies of #4F7BFE
Complementary color
Monochromatic Colors of #4F7BFE
Black with #4F7BFE
Text Example
Text Example
White with #4F7BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F7BFE; }
p { color: rgb(79,123,254); }
H1.HeaderClassName
{
color: #4F7BFE;
}
.AnyTagClassName
{
color: #4F7BFE;
}
</style>
background-color css
<style>
a { background-color: #4F7BFE; }
a { background-color: rgb(79,123,254); }
div.DivClassName
{
background-color: #4F7BFE;
}
.BgClassName
{
background-color: #4F7BFE;
}
</style>
border-color css
<style>
span { border-color: #4F7BFE; }
span { border-color: rgb(79,123,254); }
td.TdClassName
{
border-color: #4F7BFE;
}
.TagClassName
{
border-color: #4F7BFE;
}
</style>