Shades of Royal Blue #4D79FE
Tints of Royal Blue #4D79FE
RGB
CMYK
RGB Variations
Color information
#4D79FE (or 0x4D79FE) is known color: Royal Blue. HEX triplet: 4D, 79 and FE. RGB value is (77,121,254). Sum of RGB (Red+Green+Blue) = 77+121+254=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D79FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D79FE is #B28601. Grayscale: #7A7A7A. Windows color (decimal): -11699714 or 16677197. OLE color: 16677197.
HSL color Cylindrical-coordinate representation of color #4D79FE: hue angle of 225.08º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D79FE is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 121 | 254 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.00 |
| HSL | 225.08º | 0.99% | 0.65% | - |
| HSV(B) | 225.08º | 0.7% | 1% | - |
| XYZ | 27.79 | 22.41 | 96.63 | - |
| YUV | 123.01 | 201.92 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 254 | 0.70 | 0.52 | 0 | 0.00 | 225.08 | 0.99 | 0.65 |
| Hex | 4D | 79 | FE | 46 | 34 | 0 | 0 | E1 | 63 | 41 |
| Octal | 115 | 171 | 376 | 106 | 64 | 0 | 0 | 341 | 143 | 101 |
| Binary | 1001101 | 1111001 | 11111110 | 1000110 | 110100 | 0 | 0 | 11100001 | 1100011 | 1000001 |
Color Harmonies of #4D79FE
Complementary color
Monochromatic Colors of #4D79FE
Black with #4D79FE
Text Example
Text Example
White with #4D79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D79FE; }
p { color: rgb(77,121,254); }
H1.HeaderClassName
{
color: #4D79FE;
}
.AnyTagClassName
{
color: #4D79FE;
}
</style>
background-color css
<style>
a { background-color: #4D79FE; }
a { background-color: rgb(77,121,254); }
div.DivClassName
{
background-color: #4D79FE;
}
.BgClassName
{
background-color: #4D79FE;
}
</style>
border-color css
<style>
span { border-color: #4D79FE; }
span { border-color: rgb(77,121,254); }
td.TdClassName
{
border-color: #4D79FE;
}
.TagClassName
{
border-color: #4D79FE;
}
</style>