Shades of Royal Blue #4D74FA
Tints of Royal Blue #4D74FA
RGB
CMYK
RGB Variations
Color information
#4D74FA (or 0x4D74FA) is known color: Royal Blue. HEX triplet: 4D, 74 and FA. RGB value is (77,116,250). Sum of RGB (Red+Green+Blue) = 77+116+250=443 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.38% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D74FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D74FA is #B28B05. Grayscale: #777777. Windows color (decimal): -11700998 or 16413773. OLE color: 16413773.
HSL color Cylindrical-coordinate representation of color #4D74FA: hue angle of 226.47º 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 #4D74FA is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 116 | 250 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.02 |
| HSL | 226.47º | 0.95% | 0.64% | - |
| HSV(B) | 226.47º | 0.69% | 0.98% | - |
| XYZ | 26.56 | 20.97 | 93.09 | - |
| YUV | 119.62 | 201.58 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 116 | 250 | 0.69 | 0.54 | 0 | 0.02 | 226.47 | 0.95 | 0.64 |
| Hex | 4D | 74 | FA | 45 | 36 | 0 | 2 | E2 | 5F | 40 |
| Octal | 115 | 164 | 372 | 105 | 66 | 0 | 2 | 342 | 137 | 100 |
| Binary | 1001101 | 1110100 | 11111010 | 1000101 | 110110 | 0 | 10 | 11100010 | 1011111 | 1000000 |
Color Harmonies of #4D74FA
Complementary color
Monochromatic Colors of #4D74FA
Black with #4D74FA
Text Example
Text Example
White with #4D74FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D74FA; }
p { color: rgb(77,116,250); }
H1.HeaderClassName
{
color: #4D74FA;
}
.AnyTagClassName
{
color: #4D74FA;
}
</style>
background-color css
<style>
a { background-color: #4D74FA; }
a { background-color: rgb(77,116,250); }
div.DivClassName
{
background-color: #4D74FA;
}
.BgClassName
{
background-color: #4D74FA;
}
</style>
border-color css
<style>
span { border-color: #4D74FA; }
span { border-color: rgb(77,116,250); }
td.TdClassName
{
border-color: #4D74FA;
}
.TagClassName
{
border-color: #4D74FA;
}
</style>