Shades of Royal Blue #4A57E1
Tints of Royal Blue #4A57E1
RGB
CMYK
RGB Variations
Color information
#4A57E1 (or 0x4A57E1) is known color: Royal Blue. HEX triplet: 4A, 57 and E1. RGB value is (74,87,225). Sum of RGB (Red+Green+Blue) = 74+87+225=386 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.17% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 225 (88.28% from 255 or 58.29% from 386); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A57E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A57E1 is #B5A81E. Grayscale: #626262. Windows color (decimal): -11905055 or 14767946. OLE color: 14767946.
HSL color Cylindrical-coordinate representation of color #4A57E1: hue angle of 234.83º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A57E1 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 74 | 87 | 225 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.12 |
| HSL | 234.83º | 0.72% | 0.59% | - |
| HSV(B) | 234.83º | 0.67% | 0.88% | - |
| XYZ | 19.82 | 13.71 | 72.84 | - |
| YUV | 98.85 | 199.19 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 225 | 0.67 | 0.61 | 0 | 0.12 | 234.83 | 0.72 | 0.59 |
| Hex | 4A | 57 | E1 | 43 | 3D | 0 | C | EB | 48 | 3B |
| Octal | 112 | 127 | 341 | 103 | 75 | 0 | 14 | 353 | 110 | 73 |
| Binary | 1001010 | 1010111 | 11100001 | 1000011 | 111101 | 0 | 1100 | 11101011 | 1001000 | 111011 |
Color Harmonies of #4A57E1
Complementary color
Monochromatic Colors of #4A57E1
Black with #4A57E1
Text Example
Text Example
White with #4A57E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A57E1; }
p { color: rgb(74,87,225); }
H1.HeaderClassName
{
color: #4A57E1;
}
.AnyTagClassName
{
color: #4A57E1;
}
</style>
background-color css
<style>
a { background-color: #4A57E1; }
a { background-color: rgb(74,87,225); }
div.DivClassName
{
background-color: #4A57E1;
}
.BgClassName
{
background-color: #4A57E1;
}
</style>
border-color css
<style>
span { border-color: #4A57E1; }
span { border-color: rgb(74,87,225); }
td.TdClassName
{
border-color: #4A57E1;
}
.TagClassName
{
border-color: #4A57E1;
}
</style>