Shades of Royal Blue #4A5ADD
Tints of Royal Blue #4A5ADD
RGB
CMYK
RGB Variations
Color information
#4A5ADD (or 0x4A5ADD) is known color: Royal Blue. HEX triplet: 4A, 5A and DD. RGB value is (74,90,221). Sum of RGB (Red+Green+Blue) = 74+90+221=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5ADD is #B5A522. Grayscale: #636363. Windows color (decimal): -11904291 or 14506570. OLE color: 14506570.
HSL color Cylindrical-coordinate representation of color #4A5ADD: hue angle of 233.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A5ADD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 90 | 221 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.13 |
| HSL | 233.47º | 0.68% | 0.58% | - |
| HSV(B) | 233.47º | 0.67% | 0.87% | - |
| XYZ | 19.53 | 13.99 | 70.08 | - |
| YUV | 100.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 221 | 0.67 | 0.59 | 0 | 0.13 | 233.47 | 0.68 | 0.58 |
| Hex | 4A | 5A | DD | 43 | 3B | 0 | D | E9 | 44 | 3A |
| Octal | 112 | 132 | 335 | 103 | 73 | 0 | 15 | 351 | 104 | 72 |
| Binary | 1001010 | 1011010 | 11011101 | 1000011 | 111011 | 0 | 1101 | 11101001 | 1000100 | 111010 |
Color Harmonies of #4A5ADD
Complementary color
Monochromatic Colors of #4A5ADD
Black with #4A5ADD
Text Example
Text Example
White with #4A5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5ADD; }
p { color: rgb(74,90,221); }
H1.HeaderClassName
{
color: #4A5ADD;
}
.AnyTagClassName
{
color: #4A5ADD;
}
</style>
background-color css
<style>
a { background-color: #4A5ADD; }
a { background-color: rgb(74,90,221); }
div.DivClassName
{
background-color: #4A5ADD;
}
.BgClassName
{
background-color: #4A5ADD;
}
</style>
border-color css
<style>
span { border-color: #4A5ADD; }
span { border-color: rgb(74,90,221); }
td.TdClassName
{
border-color: #4A5ADD;
}
.TagClassName
{
border-color: #4A5ADD;
}
</style>