Shades of Royal Blue #4A6DED
Tints of Royal Blue #4A6DED
RGB
CMYK
RGB Variations
Color information
#4A6DED (or 0x4A6DED) is known color: Royal Blue. HEX triplet: 4A, 6D and ED. RGB value is (74,109,237). Sum of RGB (Red+Green+Blue) = 74+109+237=420 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.62% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A6DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A6DED is #B59212. Grayscale: #707070. Windows color (decimal): -11899411 or 15560010. OLE color: 15560010.
HSL color Cylindrical-coordinate representation of color #4A6DED: hue angle of 227.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A6DED is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 109 | 237 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.07 |
| HSL | 227.12º | 0.82% | 0.61% | - |
| HSV(B) | 227.12º | 0.69% | 0.93% | - |
| XYZ | 23.58 | 18.51 | 82.45 | - |
| YUV | 113.13 | 197.9 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 109 | 237 | 0.69 | 0.54 | 0 | 0.07 | 227.12 | 0.82 | 0.61 |
| Hex | 4A | 6D | ED | 45 | 36 | 0 | 7 | E3 | 52 | 3D |
| Octal | 112 | 155 | 355 | 105 | 66 | 0 | 7 | 343 | 122 | 75 |
| Binary | 1001010 | 1101101 | 11101101 | 1000101 | 110110 | 0 | 111 | 11100011 | 1010010 | 111101 |
Color Harmonies of #4A6DED
Complementary color
Monochromatic Colors of #4A6DED
Black with #4A6DED
Text Example
Text Example
White with #4A6DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6DED; }
p { color: rgb(74,109,237); }
H1.HeaderClassName
{
color: #4A6DED;
}
.AnyTagClassName
{
color: #4A6DED;
}
</style>
background-color css
<style>
a { background-color: #4A6DED; }
a { background-color: rgb(74,109,237); }
div.DivClassName
{
background-color: #4A6DED;
}
.BgClassName
{
background-color: #4A6DED;
}
</style>
border-color css
<style>
span { border-color: #4A6DED; }
span { border-color: rgb(74,109,237); }
td.TdClassName
{
border-color: #4A6DED;
}
.TagClassName
{
border-color: #4A6DED;
}
</style>