Shades of Royal Blue #4D7ADD
Tints of Royal Blue #4D7ADD
RGB
CMYK
RGB Variations
Color information
#4D7ADD (or 0x4D7ADD) is known color: Royal Blue. HEX triplet: 4D, 7A and DD. RGB value is (77,122,221). Sum of RGB (Red+Green+Blue) = 77+122+221=420 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.33% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #4D7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D7ADD is #B28522. Grayscale: #777777. Windows color (decimal): -11699491 or 14514765. OLE color: 14514765.
HSL color Cylindrical-coordinate representation of color #4D7ADD: hue angle of 221.25º 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 #4D7ADD is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 122 | 221 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.13 |
| HSL | 221.25º | 0.68% | 0.58% | - |
| HSV(B) | 221.25º | 0.65% | 0.87% | - |
| XYZ | 23.07 | 20.72 | 71.19 | - |
| YUV | 119.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 122 | 221 | 0.65 | 0.45 | 0 | 0.13 | 221.25 | 0.68 | 0.58 |
| Hex | 4D | 7A | DD | 41 | 2D | 0 | D | DD | 44 | 3A |
| Octal | 115 | 172 | 335 | 101 | 55 | 0 | 15 | 335 | 104 | 72 |
| Binary | 1001101 | 1111010 | 11011101 | 1000001 | 101101 | 0 | 1101 | 11011101 | 1000100 | 111010 |
Color Harmonies of #4D7ADD
Complementary color
Monochromatic Colors of #4D7ADD
Black with #4D7ADD
Text Example
Text Example
White with #4D7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D7ADD; }
p { color: rgb(77,122,221); }
H1.HeaderClassName
{
color: #4D7ADD;
}
.AnyTagClassName
{
color: #4D7ADD;
}
</style>
background-color css
<style>
a { background-color: #4D7ADD; }
a { background-color: rgb(77,122,221); }
div.DivClassName
{
background-color: #4D7ADD;
}
.BgClassName
{
background-color: #4D7ADD;
}
</style>
border-color css
<style>
span { border-color: #4D7ADD; }
span { border-color: rgb(77,122,221); }
td.TdClassName
{
border-color: #4D7ADD;
}
.TagClassName
{
border-color: #4D7ADD;
}
</style>