Shades of Royal Blue #4D6BDC
Tints of Royal Blue #4D6BDC
RGB
CMYK
RGB Variations
Color information
#4D6BDC (or 0x4D6BDC) is known color: Royal Blue. HEX triplet: 4D, 6B and DC. RGB value is (77,107,220). Sum of RGB (Red+Green+Blue) = 77+107+220=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6BDC is #B29423. Grayscale: #6E6E6E. Windows color (decimal): -11703332 or 14445389. OLE color: 14445389.
HSL color Cylindrical-coordinate representation of color #4D6BDC: hue angle of 227.41º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D6BDC is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 107 | 220 | - |
| CMYK | 0.65 | 0.51 | 0 | 0.14 |
| HSL | 227.41º | 0.67% | 0.58% | - |
| HSV(B) | 227.41º | 0.65% | 0.86% | - |
| XYZ | 21.24 | 17.26 | 69.92 | - |
| YUV | 110.91 | 189.56 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 220 | 0.65 | 0.51 | 0 | 0.14 | 227.41 | 0.67 | 0.58 |
| Hex | 4D | 6B | DC | 41 | 33 | 0 | E | E3 | 43 | 3A |
| Octal | 115 | 153 | 334 | 101 | 63 | 0 | 16 | 343 | 103 | 72 |
| Binary | 1001101 | 1101011 | 11011100 | 1000001 | 110011 | 0 | 1110 | 11100011 | 1000011 | 111010 |
Color Harmonies of #4D6BDC
Complementary color
Monochromatic Colors of #4D6BDC
Black with #4D6BDC
Text Example
Text Example
White with #4D6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6BDC; }
p { color: rgb(77,107,220); }
H1.HeaderClassName
{
color: #4D6BDC;
}
.AnyTagClassName
{
color: #4D6BDC;
}
</style>
background-color css
<style>
a { background-color: #4D6BDC; }
a { background-color: rgb(77,107,220); }
div.DivClassName
{
background-color: #4D6BDC;
}
.BgClassName
{
background-color: #4D6BDC;
}
</style>
border-color css
<style>
span { border-color: #4D6BDC; }
span { border-color: rgb(77,107,220); }
td.TdClassName
{
border-color: #4D6BDC;
}
.TagClassName
{
border-color: #4D6BDC;
}
</style>