Shades of Royal Blue #4D79FF
Tints of Royal Blue #4D79FF
RGB
CMYK
RGB Variations
Color information
#4D79FF (or 0x4D79FF) is known color: Royal Blue. HEX triplet: 4D, 79 and FF. RGB value is (77,121,255). Sum of RGB (Red+Green+Blue) = 77+121+255=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D79FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D79FF is #B28600. Grayscale: #7A7A7A. Windows color (decimal): -11699713 or 16742733. OLE color: 16742733.
HSL color Cylindrical-coordinate representation of color #4D79FF: hue angle of 225.17º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D79FF is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 121 | 255 | - |
| CMYK | 0.70 | 0.53 | 0 | 0 |
| HSL | 225.17º | 1% | 0.65% | - |
| HSV(B) | 225.17º | 0.7% | 1% | - |
| XYZ | 27.95 | 22.47 | 97.47 | - |
| YUV | 123.12 | 202.42 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 121 | 255 | 0.70 | 0.53 | 0 | 0 | 225.17 | 1 | 0.65 |
| Hex | 4D | 79 | FF | 46 | 35 | 0 | 0 | E1 | 64 | 41 |
| Octal | 115 | 171 | 377 | 106 | 65 | 0 | 0 | 341 | 144 | 101 |
| Binary | 1001101 | 1111001 | 11111111 | 1000110 | 110101 | 0 | 0 | 11100001 | 1100100 | 1000001 |
Color Harmonies of #4D79FF
Complementary color
Monochromatic Colors of #4D79FF
Black with #4D79FF
Text Example
Text Example
White with #4D79FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D79FF; }
p { color: rgb(77,121,255); }
H1.HeaderClassName
{
color: #4D79FF;
}
.AnyTagClassName
{
color: #4D79FF;
}
</style>
background-color css
<style>
a { background-color: #4D79FF; }
a { background-color: rgb(77,121,255); }
div.DivClassName
{
background-color: #4D79FF;
}
.BgClassName
{
background-color: #4D79FF;
}
</style>
border-color css
<style>
span { border-color: #4D79FF; }
span { border-color: rgb(77,121,255); }
td.TdClassName
{
border-color: #4D79FF;
}
.TagClassName
{
border-color: #4D79FF;
}
</style>