Shades of Royal Blue #4D63DD
Tints of Royal Blue #4D63DD
RGB
CMYK
RGB Variations
Color information
#4D63DD (or 0x4D63DD) is known color: Royal Blue. HEX triplet: 4D, 63 and DD. RGB value is (77,99,221). Sum of RGB (Red+Green+Blue) = 77+99+221=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D63DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D63DD is #B29C22. Grayscale: #696969. Windows color (decimal): -11705379 or 14508877. OLE color: 14508877.
HSL color Cylindrical-coordinate representation of color #4D63DD: hue angle of 230.83º 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 #4D63DD is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 99 | 221 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.13 |
| HSL | 230.83º | 0.68% | 0.58% | - |
| HSV(B) | 230.83º | 0.65% | 0.87% | - |
| XYZ | 20.57 | 15.72 | 70.36 | - |
| YUV | 106.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 221 | 0.65 | 0.55 | 0 | 0.13 | 230.83 | 0.68 | 0.58 |
| Hex | 4D | 63 | DD | 41 | 37 | 0 | D | E7 | 44 | 3A |
| Octal | 115 | 143 | 335 | 101 | 67 | 0 | 15 | 347 | 104 | 72 |
| Binary | 1001101 | 1100011 | 11011101 | 1000001 | 110111 | 0 | 1101 | 11100111 | 1000100 | 111010 |
Color Harmonies of #4D63DD
Complementary color
Monochromatic Colors of #4D63DD
Black with #4D63DD
Text Example
Text Example
White with #4D63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D63DD; }
p { color: rgb(77,99,221); }
H1.HeaderClassName
{
color: #4D63DD;
}
.AnyTagClassName
{
color: #4D63DD;
}
</style>
background-color css
<style>
a { background-color: #4D63DD; }
a { background-color: rgb(77,99,221); }
div.DivClassName
{
background-color: #4D63DD;
}
.BgClassName
{
background-color: #4D63DD;
}
</style>
border-color css
<style>
span { border-color: #4D63DD; }
span { border-color: rgb(77,99,221); }
td.TdClassName
{
border-color: #4D63DD;
}
.TagClassName
{
border-color: #4D63DD;
}
</style>