Shades of Royal Blue #4D5FED
Tints of Royal Blue #4D5FED
RGB
CMYK
RGB Variations
Color information
#4D5FED (or 0x4D5FED) is known color: Royal Blue. HEX triplet: 4D, 5F and ED. RGB value is (77,95,237). Sum of RGB (Red+Green+Blue) = 77+95+237=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #4D5FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D5FED is #B2A012. Grayscale: #696969. Windows color (decimal): -11706387 or 15556429. OLE color: 15556429.
HSL color Cylindrical-coordinate representation of color #4D5FED: hue angle of 233.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D5FED is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 95 | 237 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.07 |
| HSL | 233.25º | 0.82% | 0.62% | - |
| HSV(B) | 233.25º | 0.68% | 0.93% | - |
| XYZ | 22.44 | 15.88 | 82 | - |
| YUV | 105.81 | 202.04 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 237 | 0.68 | 0.60 | 0 | 0.07 | 233.25 | 0.82 | 0.62 |
| Hex | 4D | 5F | ED | 44 | 3C | 0 | 7 | E9 | 52 | 3E |
| Octal | 115 | 137 | 355 | 104 | 74 | 0 | 7 | 351 | 122 | 76 |
| Binary | 1001101 | 1011111 | 11101101 | 1000100 | 111100 | 0 | 111 | 11101001 | 1010010 | 111110 |
Color Harmonies of #4D5FED
Complementary color
Monochromatic Colors of #4D5FED
Black with #4D5FED
Text Example
Text Example
White with #4D5FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5FED; }
p { color: rgb(77,95,237); }
H1.HeaderClassName
{
color: #4D5FED;
}
.AnyTagClassName
{
color: #4D5FED;
}
</style>
background-color css
<style>
a { background-color: #4D5FED; }
a { background-color: rgb(77,95,237); }
div.DivClassName
{
background-color: #4D5FED;
}
.BgClassName
{
background-color: #4D5FED;
}
</style>
border-color css
<style>
span { border-color: #4D5FED; }
span { border-color: rgb(77,95,237); }
td.TdClassName
{
border-color: #4D5FED;
}
.TagClassName
{
border-color: #4D5FED;
}
</style>