Shades of Royal Blue #4D77FA
Tints of Royal Blue #4D77FA
RGB
CMYK
RGB Variations
Color information
#4D77FA (or 0x4D77FA) is known color: Royal Blue. HEX triplet: 4D, 77 and FA. RGB value is (77,119,250). Sum of RGB (Red+Green+Blue) = 77+119+250=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #4D77FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D77FA is #B28805. Grayscale: #787878. Windows color (decimal): -11700230 or 16414541. OLE color: 16414541.
HSL color Cylindrical-coordinate representation of color #4D77FA: hue angle of 225.43º 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 #4D77FA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 119 | 250 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.02 |
| HSL | 225.43º | 0.95% | 0.64% | - |
| HSV(B) | 225.43º | 0.69% | 0.98% | - |
| XYZ | 26.91 | 21.67 | 93.21 | - |
| YUV | 121.38 | 200.59 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 250 | 0.69 | 0.52 | 0 | 0.02 | 225.43 | 0.95 | 0.64 |
| Hex | 4D | 77 | FA | 45 | 34 | 0 | 2 | E1 | 5F | 40 |
| Octal | 115 | 167 | 372 | 105 | 64 | 0 | 2 | 341 | 137 | 100 |
| Binary | 1001101 | 1110111 | 11111010 | 1000101 | 110100 | 0 | 10 | 11100001 | 1011111 | 1000000 |
Color Harmonies of #4D77FA
Complementary color
Monochromatic Colors of #4D77FA
Black with #4D77FA
Text Example
Text Example
White with #4D77FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D77FA; }
p { color: rgb(77,119,250); }
H1.HeaderClassName
{
color: #4D77FA;
}
.AnyTagClassName
{
color: #4D77FA;
}
</style>
background-color css
<style>
a { background-color: #4D77FA; }
a { background-color: rgb(77,119,250); }
div.DivClassName
{
background-color: #4D77FA;
}
.BgClassName
{
background-color: #4D77FA;
}
</style>
border-color css
<style>
span { border-color: #4D77FA; }
span { border-color: rgb(77,119,250); }
td.TdClassName
{
border-color: #4D77FA;
}
.TagClassName
{
border-color: #4D77FA;
}
</style>