Shades of Royal Blue #4D77DE
Tints of Royal Blue #4D77DE
RGB
CMYK
RGB Variations
Color information
#4D77DE (or 0x4D77DE) is known color: Royal Blue. HEX triplet: 4D, 77 and DE. RGB value is (77,119,222). Sum of RGB (Red+Green+Blue) = 77+119+222=418 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.42% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 222 (87.11% from 255 or 53.11% from 418); Max value from RGB is 222 - color contains mainly: blue. Hex color #4D77DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D77DE is #B28821. Grayscale: #757575. Windows color (decimal): -11700258 or 14579533. OLE color: 14579533.
HSL color Cylindrical-coordinate representation of color #4D77DE: hue angle of 222.62º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D77DE is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 119 | 222 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.13 |
| HSL | 222.62º | 0.69% | 0.59% | - |
| HSV(B) | 222.62º | 0.65% | 0.87% | - |
| XYZ | 22.84 | 20.05 | 71.77 | - |
| YUV | 118.18 | 186.59 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 119 | 222 | 0.65 | 0.46 | 0 | 0.13 | 222.62 | 0.69 | 0.59 |
| Hex | 4D | 77 | DE | 41 | 2E | 0 | D | DF | 45 | 3B |
| Octal | 115 | 167 | 336 | 101 | 56 | 0 | 15 | 337 | 105 | 73 |
| Binary | 1001101 | 1110111 | 11011110 | 1000001 | 101110 | 0 | 1101 | 11011111 | 1000101 | 111011 |
Color Harmonies of #4D77DE
Complementary color
Monochromatic Colors of #4D77DE
Black with #4D77DE
Text Example
Text Example
White with #4D77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D77DE; }
p { color: rgb(77,119,222); }
H1.HeaderClassName
{
color: #4D77DE;
}
.AnyTagClassName
{
color: #4D77DE;
}
</style>
background-color css
<style>
a { background-color: #4D77DE; }
a { background-color: rgb(77,119,222); }
div.DivClassName
{
background-color: #4D77DE;
}
.BgClassName
{
background-color: #4D77DE;
}
</style>
border-color css
<style>
span { border-color: #4D77DE; }
span { border-color: rgb(77,119,222); }
td.TdClassName
{
border-color: #4D77DE;
}
.TagClassName
{
border-color: #4D77DE;
}
</style>