Shades of Royal Blue #4A5BEC
Tints of Royal Blue #4A5BEC
RGB
CMYK
RGB Variations
Color information
#4A5BEC (or 0x4A5BEC) is known color: Royal Blue. HEX triplet: 4A, 5B and EC. RGB value is (74,91,236). Sum of RGB (Red+Green+Blue) = 74+91+236=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A5BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5BEC is #B5A413. Grayscale: #656565. Windows color (decimal): -11904020 or 15489866. OLE color: 15489866.
HSL color Cylindrical-coordinate representation of color #4A5BEC: hue angle of 233.7º degrees, saturation: 0.81, 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 #4A5BEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 91 | 236 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 233.7º | 0.81% | 0.61% | - |
| HSV(B) | 233.7º | 0.69% | 0.93% | - |
| XYZ | 21.71 | 14.99 | 81.11 | - |
| YUV | 102.45 | 203.37 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 91 | 236 | 0.69 | 0.61 | 0 | 0.07 | 233.7 | 0.81 | 0.61 |
| Hex | 4A | 5B | EC | 45 | 3D | 0 | 7 | EA | 51 | 3D |
| Octal | 112 | 133 | 354 | 105 | 75 | 0 | 7 | 352 | 121 | 75 |
| Binary | 1001010 | 1011011 | 11101100 | 1000101 | 111101 | 0 | 111 | 11101010 | 1010001 | 111101 |
Color Harmonies of #4A5BEC
Complementary color
Monochromatic Colors of #4A5BEC
Black with #4A5BEC
Text Example
Text Example
White with #4A5BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5BEC; }
p { color: rgb(74,91,236); }
H1.HeaderClassName
{
color: #4A5BEC;
}
.AnyTagClassName
{
color: #4A5BEC;
}
</style>
background-color css
<style>
a { background-color: #4A5BEC; }
a { background-color: rgb(74,91,236); }
div.DivClassName
{
background-color: #4A5BEC;
}
.BgClassName
{
background-color: #4A5BEC;
}
</style>
border-color css
<style>
span { border-color: #4A5BEC; }
span { border-color: rgb(74,91,236); }
td.TdClassName
{
border-color: #4A5BEC;
}
.TagClassName
{
border-color: #4A5BEC;
}
</style>