Shades of Royal Blue #4A69EC
Tints of Royal Blue #4A69EC
RGB
CMYK
RGB Variations
Color information
#4A69EC (or 0x4A69EC) is known color: Royal Blue. HEX triplet: 4A, 69 and EC. RGB value is (74,105,236). Sum of RGB (Red+Green+Blue) = 74+105+236=415 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.83% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #4A69EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A69EC is #B59613. Grayscale: #6E6E6E. Windows color (decimal): -11900436 or 15493450. OLE color: 15493450.
HSL color Cylindrical-coordinate representation of color #4A69EC: hue angle of 228.52º 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 #4A69EC is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 74 | 105 | 236 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.07 |
| HSL | 228.52º | 0.81% | 0.61% | - |
| HSV(B) | 228.52º | 0.69% | 0.93% | - |
| XYZ | 23.02 | 17.62 | 81.54 | - |
| YUV | 110.67 | 198.73 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 236 | 0.69 | 0.56 | 0 | 0.07 | 228.52 | 0.81 | 0.61 |
| Hex | 4A | 69 | EC | 45 | 38 | 0 | 7 | E5 | 51 | 3D |
| Octal | 112 | 151 | 354 | 105 | 70 | 0 | 7 | 345 | 121 | 75 |
| Binary | 1001010 | 1101001 | 11101100 | 1000101 | 111000 | 0 | 111 | 11100101 | 1010001 | 111101 |
Color Harmonies of #4A69EC
Complementary color
Monochromatic Colors of #4A69EC
Black with #4A69EC
Text Example
Text Example
White with #4A69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A69EC; }
p { color: rgb(74,105,236); }
H1.HeaderClassName
{
color: #4A69EC;
}
.AnyTagClassName
{
color: #4A69EC;
}
</style>
background-color css
<style>
a { background-color: #4A69EC; }
a { background-color: rgb(74,105,236); }
div.DivClassName
{
background-color: #4A69EC;
}
.BgClassName
{
background-color: #4A69EC;
}
</style>
border-color css
<style>
span { border-color: #4A69EC; }
span { border-color: rgb(74,105,236); }
td.TdClassName
{
border-color: #4A69EC;
}
.TagClassName
{
border-color: #4A69EC;
}
</style>