Shades of Royal Blue #4D58DD
Tints of Royal Blue #4D58DD
RGB
CMYK
RGB Variations
Color information
#4D58DD (or 0x4D58DD) is known color: Royal Blue. HEX triplet: 4D, 58 and DD. RGB value is (77,88,221). Sum of RGB (Red+Green+Blue) = 77+88+221=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D58DD is #B2A722. Grayscale: #636363. Windows color (decimal): -11708195 or 14506061. OLE color: 14506061.
HSL color Cylindrical-coordinate representation of color #4D58DD: hue angle of 235.42º 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 #4D58DD is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 88 | 221 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.13 |
| HSL | 235.42º | 0.68% | 0.58% | - |
| HSV(B) | 235.42º | 0.65% | 0.87% | - |
| XYZ | 19.6 | 13.78 | 70.03 | - |
| YUV | 99.87 | 196.36 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 221 | 0.65 | 0.60 | 0 | 0.13 | 235.42 | 0.68 | 0.58 |
| Hex | 4D | 58 | DD | 41 | 3C | 0 | D | EB | 44 | 3A |
| Octal | 115 | 130 | 335 | 101 | 74 | 0 | 15 | 353 | 104 | 72 |
| Binary | 1001101 | 1011000 | 11011101 | 1000001 | 111100 | 0 | 1101 | 11101011 | 1000100 | 111010 |
Color Harmonies of #4D58DD
Complementary color
Monochromatic Colors of #4D58DD
Black with #4D58DD
Text Example
Text Example
White with #4D58DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D58DD; }
p { color: rgb(77,88,221); }
H1.HeaderClassName
{
color: #4D58DD;
}
.AnyTagClassName
{
color: #4D58DD;
}
</style>
background-color css
<style>
a { background-color: #4D58DD; }
a { background-color: rgb(77,88,221); }
div.DivClassName
{
background-color: #4D58DD;
}
.BgClassName
{
background-color: #4D58DD;
}
</style>
border-color css
<style>
span { border-color: #4D58DD; }
span { border-color: rgb(77,88,221); }
td.TdClassName
{
border-color: #4D58DD;
}
.TagClassName
{
border-color: #4D58DD;
}
</style>