Shades of Royal Blue #4A6ECD
Tints of Royal Blue #4A6ECD
RGB
CMYK
RGB Variations
Color information
#4A6ECD (or 0x4A6ECD) is known color: Royal Blue. HEX triplet: 4A, 6E and CD. RGB value is (74,110,205). Sum of RGB (Red+Green+Blue) = 74+110+205=389 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.02% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4A6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ECD is #B59132. Grayscale: #6D6D6D. Windows color (decimal): -11899187 or 13463114. OLE color: 13463114.
HSL color Cylindrical-coordinate representation of color #4A6ECD: hue angle of 223.51º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4A6ECD is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 110 | 205 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.20 |
| HSL | 223.51º | 0.57% | 0.55% | - |
| HSV(B) | 223.51º | 0.64% | 0.8% | - |
| XYZ | 19.42 | 17.02 | 60.02 | - |
| YUV | 110.07 | 181.57 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 205 | 0.64 | 0.46 | 0 | 0.20 | 223.51 | 0.57 | 0.55 |
| Hex | 4A | 6E | CD | 40 | 2E | 0 | 14 | E0 | 39 | 37 |
| Octal | 112 | 156 | 315 | 100 | 56 | 0 | 24 | 340 | 71 | 67 |
| Binary | 1001010 | 1101110 | 11001101 | 1000000 | 101110 | 0 | 10100 | 11100000 | 111001 | 110111 |
Color Harmonies of #4A6ECD
Complementary color
Monochromatic Colors of #4A6ECD
Black with #4A6ECD
Text Example
Text Example
White with #4A6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ECD; }
p { color: rgb(74,110,205); }
H1.HeaderClassName
{
color: #4A6ECD;
}
.AnyTagClassName
{
color: #4A6ECD;
}
</style>
background-color css
<style>
a { background-color: #4A6ECD; }
a { background-color: rgb(74,110,205); }
div.DivClassName
{
background-color: #4A6ECD;
}
.BgClassName
{
background-color: #4A6ECD;
}
</style>
border-color css
<style>
span { border-color: #4A6ECD; }
span { border-color: rgb(74,110,205); }
td.TdClassName
{
border-color: #4A6ECD;
}
.TagClassName
{
border-color: #4A6ECD;
}
</style>