Shades of Royal Blue #4A6ED2
Tints of Royal Blue #4A6ED2
RGB
CMYK
RGB Variations
Color information
#4A6ED2 (or 0x4A6ED2) is known color: Royal Blue. HEX triplet: 4A, 6E and D2. RGB value is (74,110,210). Sum of RGB (Red+Green+Blue) = 74+110+210=394 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.78% from 394); Green value is 110 (43.36% from 255 or 27.92% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #4A6ED2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6ED2 is #B5912D. Grayscale: #6E6E6E. Windows color (decimal): -11899182 or 13790794. OLE color: 13790794.
HSL color Cylindrical-coordinate representation of color #4A6ED2: hue angle of 224.12º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6ED2 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 110 | 210 | - |
| CMYK | 0.65 | 0.48 | 0 | 0.18 |
| HSL | 224.12º | 0.6% | 0.56% | - |
| HSV(B) | 224.12º | 0.65% | 0.82% | - |
| XYZ | 20.03 | 17.26 | 63.25 | - |
| YUV | 110.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 110 | 210 | 0.65 | 0.48 | 0 | 0.18 | 224.12 | 0.6 | 0.56 |
| Hex | 4A | 6E | D2 | 41 | 30 | 0 | 12 | E0 | 3C | 38 |
| Octal | 112 | 156 | 322 | 101 | 60 | 0 | 22 | 340 | 74 | 70 |
| Binary | 1001010 | 1101110 | 11010010 | 1000001 | 110000 | 0 | 10010 | 11100000 | 111100 | 111000 |
Color Harmonies of #4A6ED2
Complementary color
Monochromatic Colors of #4A6ED2
Black with #4A6ED2
Text Example
Text Example
White with #4A6ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6ED2; }
p { color: rgb(74,110,210); }
H1.HeaderClassName
{
color: #4A6ED2;
}
.AnyTagClassName
{
color: #4A6ED2;
}
</style>
background-color css
<style>
a { background-color: #4A6ED2; }
a { background-color: rgb(74,110,210); }
div.DivClassName
{
background-color: #4A6ED2;
}
.BgClassName
{
background-color: #4A6ED2;
}
</style>
border-color css
<style>
span { border-color: #4A6ED2; }
span { border-color: rgb(74,110,210); }
td.TdClassName
{
border-color: #4A6ED2;
}
.TagClassName
{
border-color: #4A6ED2;
}
</style>