Shades of Royal Blue #4D6ECA
Tints of Royal Blue #4D6ECA
RGB
CMYK
RGB Variations
Color information
#4D6ECA (or 0x4D6ECA) is known color: Royal Blue. HEX triplet: 4D, 6E and CA. RGB value is (77,110,202). Sum of RGB (Red+Green+Blue) = 77+110+202=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4D6ECA is #B29135. Grayscale: #6E6E6E. Windows color (decimal): -11702582 or 13266509. OLE color: 13266509.
HSL color Cylindrical-coordinate representation of color #4D6ECA: hue angle of 224.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D6ECA is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 110 | 202 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.21 |
| HSL | 224.16º | 0.54% | 0.55% | - |
| HSV(B) | 224.16º | 0.62% | 0.79% | - |
| XYZ | 19.3 | 16.99 | 58.14 | - |
| YUV | 110.62 | 179.57 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 110 | 202 | 0.62 | 0.46 | 0 | 0.21 | 224.16 | 0.54 | 0.55 |
| Hex | 4D | 6E | CA | 3E | 2E | 0 | 15 | E0 | 36 | 37 |
| Octal | 115 | 156 | 312 | 76 | 56 | 0 | 25 | 340 | 66 | 67 |
| Binary | 1001101 | 1101110 | 11001010 | 111110 | 101110 | 0 | 10101 | 11100000 | 110110 | 110111 |
Color Harmonies of #4D6ECA
Complementary color
Monochromatic Colors of #4D6ECA
Black with #4D6ECA
Text Example
Text Example
White with #4D6ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6ECA; }
p { color: rgb(77,110,202); }
H1.HeaderClassName
{
color: #4D6ECA;
}
.AnyTagClassName
{
color: #4D6ECA;
}
</style>
background-color css
<style>
a { background-color: #4D6ECA; }
a { background-color: rgb(77,110,202); }
div.DivClassName
{
background-color: #4D6ECA;
}
.BgClassName
{
background-color: #4D6ECA;
}
</style>
border-color css
<style>
span { border-color: #4D6ECA; }
span { border-color: rgb(77,110,202); }
td.TdClassName
{
border-color: #4D6ECA;
}
.TagClassName
{
border-color: #4D6ECA;
}
</style>