Shades of Royal Blue #4D6CEC
Tints of Royal Blue #4D6CEC
RGB
CMYK
RGB Variations
Color information
#4D6CEC (or 0x4D6CEC) is known color: Royal Blue. HEX triplet: 4D, 6C and EC. RGB value is (77,108,236). Sum of RGB (Red+Green+Blue) = 77+108+236=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #4D6CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D6CEC is #B29313. Grayscale: #707070. Windows color (decimal): -11703060 or 15494221. OLE color: 15494221.
HSL color Cylindrical-coordinate representation of color #4D6CEC: hue angle of 228.3º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D6CEC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 108 | 236 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.07 |
| HSL | 228.3º | 0.81% | 0.61% | - |
| HSV(B) | 228.3º | 0.67% | 0.93% | - |
| XYZ | 23.56 | 18.36 | 81.66 | - |
| YUV | 113.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 108 | 236 | 0.67 | 0.54 | 0 | 0.07 | 228.3 | 0.81 | 0.61 |
| Hex | 4D | 6C | EC | 43 | 36 | 0 | 7 | E4 | 51 | 3D |
| Octal | 115 | 154 | 354 | 103 | 66 | 0 | 7 | 344 | 121 | 75 |
| Binary | 1001101 | 1101100 | 11101100 | 1000011 | 110110 | 0 | 111 | 11100100 | 1010001 | 111101 |
Color Harmonies of #4D6CEC
Complementary color
Monochromatic Colors of #4D6CEC
Black with #4D6CEC
Text Example
Text Example
White with #4D6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6CEC; }
p { color: rgb(77,108,236); }
H1.HeaderClassName
{
color: #4D6CEC;
}
.AnyTagClassName
{
color: #4D6CEC;
}
</style>
background-color css
<style>
a { background-color: #4D6CEC; }
a { background-color: rgb(77,108,236); }
div.DivClassName
{
background-color: #4D6CEC;
}
.BgClassName
{
background-color: #4D6CEC;
}
</style>
border-color css
<style>
span { border-color: #4D6CEC; }
span { border-color: rgb(77,108,236); }
td.TdClassName
{
border-color: #4D6CEC;
}
.TagClassName
{
border-color: #4D6CEC;
}
</style>