Shades of Royal Blue #4F73FE
Tints of Royal Blue #4F73FE
RGB
CMYK
RGB Variations
Color information
#4F73FE (or 0x4F73FE) is known color: Royal Blue. HEX triplet: 4F, 73 and FE. RGB value is (79,115,254). Sum of RGB (Red+Green+Blue) = 79+115+254=448 (59% of max value = 765). Red value is 79 (31.25% from 255 or 17.63% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #4F73FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4F73FE is #B08C01. Grayscale: #777777. Windows color (decimal): -11570178 or 16675663. OLE color: 16675663.
HSL color Cylindrical-coordinate representation of color #4F73FE: hue angle of 227.66º 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 #4F73FE is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 79 | 115 | 254 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.00 |
| HSL | 227.66º | 0.99% | 0.65% | - |
| HSV(B) | 227.66º | 0.69% | 1% | - |
| XYZ | 27.24 | 21.08 | 96.4 | - |
| YUV | 120.08 | 203.57 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 115 | 254 | 0.69 | 0.55 | 0 | 0.00 | 227.66 | 0.99 | 0.65 |
| Hex | 4F | 73 | FE | 45 | 37 | 0 | 0 | E4 | 63 | 41 |
| Octal | 117 | 163 | 376 | 105 | 67 | 0 | 0 | 344 | 143 | 101 |
| Binary | 1001111 | 1110011 | 11111110 | 1000101 | 110111 | 0 | 0 | 11100100 | 1100011 | 1000001 |
Color Harmonies of #4F73FE
Complementary color
Monochromatic Colors of #4F73FE
Black with #4F73FE
Text Example
Text Example
White with #4F73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F73FE; }
p { color: rgb(79,115,254); }
H1.HeaderClassName
{
color: #4F73FE;
}
.AnyTagClassName
{
color: #4F73FE;
}
</style>
background-color css
<style>
a { background-color: #4F73FE; }
a { background-color: rgb(79,115,254); }
div.DivClassName
{
background-color: #4F73FE;
}
.BgClassName
{
background-color: #4F73FE;
}
</style>
border-color css
<style>
span { border-color: #4F73FE; }
span { border-color: rgb(79,115,254); }
td.TdClassName
{
border-color: #4F73FE;
}
.TagClassName
{
border-color: #4F73FE;
}
</style>