Shades of Royal Blue #4D73FA
Tints of Royal Blue #4D73FA
RGB
CMYK
RGB Variations
Color information
#4D73FA (or 0x4D73FA) is known color: Royal Blue. HEX triplet: 4D, 73 and FA. RGB value is (77,115,250). Sum of RGB (Red+Green+Blue) = 77+115+250=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D73FA is #B28C05. Grayscale: #767676. Windows color (decimal): -11701254 or 16413517. OLE color: 16413517.
HSL color Cylindrical-coordinate representation of color #4D73FA: hue angle of 226.82º 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 #4D73FA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 115 | 250 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.02 |
| HSL | 226.82º | 0.95% | 0.64% | - |
| HSV(B) | 226.82º | 0.69% | 0.98% | - |
| XYZ | 26.45 | 20.74 | 93.05 | - |
| YUV | 119.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 115 | 250 | 0.69 | 0.54 | 0 | 0.02 | 226.82 | 0.95 | 0.64 |
| Hex | 4D | 73 | FA | 45 | 36 | 0 | 2 | E3 | 5F | 40 |
| Octal | 115 | 163 | 372 | 105 | 66 | 0 | 2 | 343 | 137 | 100 |
| Binary | 1001101 | 1110011 | 11111010 | 1000101 | 110110 | 0 | 10 | 11100011 | 1011111 | 1000000 |
Color Harmonies of #4D73FA
Complementary color
Monochromatic Colors of #4D73FA
Black with #4D73FA
Text Example
Text Example
White with #4D73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D73FA; }
p { color: rgb(77,115,250); }
H1.HeaderClassName
{
color: #4D73FA;
}
.AnyTagClassName
{
color: #4D73FA;
}
</style>
background-color css
<style>
a { background-color: #4D73FA; }
a { background-color: rgb(77,115,250); }
div.DivClassName
{
background-color: #4D73FA;
}
.BgClassName
{
background-color: #4D73FA;
}
</style>
border-color css
<style>
span { border-color: #4D73FA; }
span { border-color: rgb(77,115,250); }
td.TdClassName
{
border-color: #4D73FA;
}
.TagClassName
{
border-color: #4D73FA;
}
</style>