Shades of Royal Blue #4D70FA
Tints of Royal Blue #4D70FA
RGB
CMYK
RGB Variations
Color information
#4D70FA (or 0x4D70FA) is known color: Royal Blue. HEX triplet: 4D, 70 and FA. RGB value is (77,112,250). Sum of RGB (Red+Green+Blue) = 77+112+250=439 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.54% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 250 (98.05% from 255 or 56.95% from 439); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D70FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D70FA is #B28F05. Grayscale: #747474. Windows color (decimal): -11702022 or 16412749. OLE color: 16412749.
HSL color Cylindrical-coordinate representation of color #4D70FA: hue angle of 227.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D70FA is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 112 | 250 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.02 |
| HSL | 227.86º | 0.95% | 0.64% | - |
| HSV(B) | 227.86º | 0.69% | 0.98% | - |
| XYZ | 26.11 | 20.07 | 92.94 | - |
| YUV | 117.27 | 202.9 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 112 | 250 | 0.69 | 0.55 | 0 | 0.02 | 227.86 | 0.95 | 0.64 |
| Hex | 4D | 70 | FA | 45 | 37 | 0 | 2 | E4 | 5F | 40 |
| Octal | 115 | 160 | 372 | 105 | 67 | 0 | 2 | 344 | 137 | 100 |
| Binary | 1001101 | 1110000 | 11111010 | 1000101 | 110111 | 0 | 10 | 11100100 | 1011111 | 1000000 |
Color Harmonies of #4D70FA
Complementary color
Monochromatic Colors of #4D70FA
Black with #4D70FA
Text Example
Text Example
White with #4D70FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D70FA; }
p { color: rgb(77,112,250); }
H1.HeaderClassName
{
color: #4D70FA;
}
.AnyTagClassName
{
color: #4D70FA;
}
</style>
background-color css
<style>
a { background-color: #4D70FA; }
a { background-color: rgb(77,112,250); }
div.DivClassName
{
background-color: #4D70FA;
}
.BgClassName
{
background-color: #4D70FA;
}
</style>
border-color css
<style>
span { border-color: #4D70FA; }
span { border-color: rgb(77,112,250); }
td.TdClassName
{
border-color: #4D70FA;
}
.TagClassName
{
border-color: #4D70FA;
}
</style>