Shades of Royal Blue #4D6ADA
Tints of Royal Blue #4D6ADA
RGB
CMYK
RGB Variations
Color information
#4D6ADA (or 0x4D6ADA) is known color: Royal Blue. HEX triplet: 4D, 6A and DA. RGB value is (77,106,218). Sum of RGB (Red+Green+Blue) = 77+106+218=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #4D6ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6ADA is #B29525. Grayscale: #6D6D6D. Windows color (decimal): -11703590 or 14314061. OLE color: 14314061.
HSL color Cylindrical-coordinate representation of color #4D6ADA: hue angle of 227.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D6ADA is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 106 | 218 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.15 |
| HSL | 227.66º | 0.66% | 0.58% | - |
| HSV(B) | 227.66º | 0.65% | 0.85% | - |
| XYZ | 20.87 | 16.95 | 68.5 | - |
| YUV | 110.1 | 188.89 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 218 | 0.65 | 0.51 | 0 | 0.15 | 227.66 | 0.66 | 0.58 |
| Hex | 4D | 6A | DA | 41 | 33 | 0 | F | E4 | 42 | 3A |
| Octal | 115 | 152 | 332 | 101 | 63 | 0 | 17 | 344 | 102 | 72 |
| Binary | 1001101 | 1101010 | 11011010 | 1000001 | 110011 | 0 | 1111 | 11100100 | 1000010 | 111010 |
Color Harmonies of #4D6ADA
Complementary color
Monochromatic Colors of #4D6ADA
Black with #4D6ADA
Text Example
Text Example
White with #4D6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6ADA; }
p { color: rgb(77,106,218); }
H1.HeaderClassName
{
color: #4D6ADA;
}
.AnyTagClassName
{
color: #4D6ADA;
}
</style>
background-color css
<style>
a { background-color: #4D6ADA; }
a { background-color: rgb(77,106,218); }
div.DivClassName
{
background-color: #4D6ADA;
}
.BgClassName
{
background-color: #4D6ADA;
}
</style>
border-color css
<style>
span { border-color: #4D6ADA; }
span { border-color: rgb(77,106,218); }
td.TdClassName
{
border-color: #4D6ADA;
}
.TagClassName
{
border-color: #4D6ADA;
}
</style>