Shades of Royal Blue #4A6AD5
Tints of Royal Blue #4A6AD5
RGB
CMYK
RGB Variations
Color information
#4A6AD5 (or 0x4A6AD5) is known color: Royal Blue. HEX triplet: 4A, 6A and D5. RGB value is (74,106,213). Sum of RGB (Red+Green+Blue) = 74+106+213=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 213 (83.59% from 255 or 54.20% from 393); Max value from RGB is 213 - color contains mainly: blue. Hex color #4A6AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6AD5 is #B5952A. Grayscale: #6C6C6C. Windows color (decimal): -11900203 or 13986378. OLE color: 13986378.
HSL color Cylindrical-coordinate representation of color #4A6AD5: hue angle of 226.19º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6AD5 is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 106 | 213 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.16 |
| HSL | 226.19º | 0.62% | 0.56% | - |
| HSV(B) | 226.19º | 0.65% | 0.84% | - |
| XYZ | 19.99 | 16.57 | 65.1 | - |
| YUV | 108.63 | 186.9 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 106 | 213 | 0.65 | 0.50 | 0 | 0.16 | 226.19 | 0.62 | 0.56 |
| Hex | 4A | 6A | D5 | 41 | 32 | 0 | 10 | E2 | 3E | 38 |
| Octal | 112 | 152 | 325 | 101 | 62 | 0 | 20 | 342 | 76 | 70 |
| Binary | 1001010 | 1101010 | 11010101 | 1000001 | 110010 | 0 | 10000 | 11100010 | 111110 | 111000 |
Color Harmonies of #4A6AD5
Complementary color
Monochromatic Colors of #4A6AD5
Black with #4A6AD5
Text Example
Text Example
White with #4A6AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6AD5; }
p { color: rgb(74,106,213); }
H1.HeaderClassName
{
color: #4A6AD5;
}
.AnyTagClassName
{
color: #4A6AD5;
}
</style>
background-color css
<style>
a { background-color: #4A6AD5; }
a { background-color: rgb(74,106,213); }
div.DivClassName
{
background-color: #4A6AD5;
}
.BgClassName
{
background-color: #4A6AD5;
}
</style>
border-color css
<style>
span { border-color: #4A6AD5; }
span { border-color: rgb(74,106,213); }
td.TdClassName
{
border-color: #4A6AD5;
}
.TagClassName
{
border-color: #4A6AD5;
}
</style>