Shades of Royal Blue #4D77FC
Tints of Royal Blue #4D77FC
RGB
CMYK
RGB Variations
Color information
#4D77FC (or 0x4D77FC) is known color: Royal Blue. HEX triplet: 4D, 77 and FC. RGB value is (77,119,252). Sum of RGB (Red+Green+Blue) = 77+119+252=448 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.19% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D77FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D77FC is #B28803. Grayscale: #797979. Windows color (decimal): -11700228 or 16545613. OLE color: 16545613.
HSL color Cylindrical-coordinate representation of color #4D77FC: hue angle of 225.6º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D77FC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 119 | 252 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.01 |
| HSL | 225.6º | 0.97% | 0.65% | - |
| HSV(B) | 225.6º | 0.69% | 0.99% | - |
| XYZ | 27.23 | 21.8 | 94.87 | - |
| YUV | 121.6 | 201.59 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 252 | 0.69 | 0.53 | 0 | 0.01 | 225.6 | 0.97 | 0.65 |
| Hex | 4D | 77 | FC | 45 | 35 | 0 | 1 | E2 | 61 | 41 |
| Octal | 115 | 167 | 374 | 105 | 65 | 0 | 1 | 342 | 141 | 101 |
| Binary | 1001101 | 1110111 | 11111100 | 1000101 | 110101 | 0 | 1 | 11100010 | 1100001 | 1000001 |
Color Harmonies of #4D77FC
Complementary color
Monochromatic Colors of #4D77FC
Black with #4D77FC
Text Example
Text Example
White with #4D77FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D77FC; }
p { color: rgb(77,119,252); }
H1.HeaderClassName
{
color: #4D77FC;
}
.AnyTagClassName
{
color: #4D77FC;
}
</style>
background-color css
<style>
a { background-color: #4D77FC; }
a { background-color: rgb(77,119,252); }
div.DivClassName
{
background-color: #4D77FC;
}
.BgClassName
{
background-color: #4D77FC;
}
</style>
border-color css
<style>
span { border-color: #4D77FC; }
span { border-color: rgb(77,119,252); }
td.TdClassName
{
border-color: #4D77FC;
}
.TagClassName
{
border-color: #4D77FC;
}
</style>