Shades of Royal Blue #4D59DD
Tints of Royal Blue #4D59DD
RGB
CMYK
RGB Variations
Color information
#4D59DD (or 0x4D59DD) is known color: Royal Blue. HEX triplet: 4D, 59 and DD. RGB value is (77,89,221). Sum of RGB (Red+Green+Blue) = 77+89+221=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D59DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D59DD is #B2A622. Grayscale: #636363. Windows color (decimal): -11707939 or 14506317. OLE color: 14506317.
HSL color Cylindrical-coordinate representation of color #4D59DD: hue angle of 235º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D59DD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 89 | 221 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.13 |
| HSL | 235º | 0.68% | 0.58% | - |
| HSV(B) | 235º | 0.65% | 0.87% | - |
| XYZ | 19.68 | 13.94 | 70.06 | - |
| YUV | 100.46 | 196.02 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 221 | 0.65 | 0.60 | 0 | 0.13 | 235 | 0.68 | 0.58 |
| Hex | 4D | 59 | DD | 41 | 3C | 0 | D | EB | 44 | 3A |
| Octal | 115 | 131 | 335 | 101 | 74 | 0 | 15 | 353 | 104 | 72 |
| Binary | 1001101 | 1011001 | 11011101 | 1000001 | 111100 | 0 | 1101 | 11101011 | 1000100 | 111010 |
Color Harmonies of #4D59DD
Complementary color
Monochromatic Colors of #4D59DD
Black with #4D59DD
Text Example
Text Example
White with #4D59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D59DD; }
p { color: rgb(77,89,221); }
H1.HeaderClassName
{
color: #4D59DD;
}
.AnyTagClassName
{
color: #4D59DD;
}
</style>
background-color css
<style>
a { background-color: #4D59DD; }
a { background-color: rgb(77,89,221); }
div.DivClassName
{
background-color: #4D59DD;
}
.BgClassName
{
background-color: #4D59DD;
}
</style>
border-color css
<style>
span { border-color: #4D59DD; }
span { border-color: rgb(77,89,221); }
td.TdClassName
{
border-color: #4D59DD;
}
.TagClassName
{
border-color: #4D59DD;
}
</style>