Shades of Royal Blue #4A69FE
Tints of Royal Blue #4A69FE
RGB
CMYK
RGB Variations
Color information
#4A69FE (or 0x4A69FE) is known color: Royal Blue. HEX triplet: 4A, 69 and FE. RGB value is (74,105,254). Sum of RGB (Red+Green+Blue) = 74+105+254=433 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.09% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #4A69FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A69FE is #B59601. Grayscale: #707070. Windows color (decimal): -11900418 or 16673098. OLE color: 16673098.
HSL color Cylindrical-coordinate representation of color #4A69FE: hue angle of 229.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4A69FE is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 74 | 105 | 254 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.00 |
| HSL | 229.67º | 0.99% | 0.64% | - |
| HSV(B) | 229.67º | 0.71% | 1% | - |
| XYZ | 25.77 | 18.71 | 96.02 | - |
| YUV | 112.72 | 207.73 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 105 | 254 | 0.71 | 0.59 | 0 | 0.00 | 229.67 | 0.99 | 0.64 |
| Hex | 4A | 69 | FE | 47 | 3B | 0 | 0 | E6 | 63 | 40 |
| Octal | 112 | 151 | 376 | 107 | 73 | 0 | 0 | 346 | 143 | 100 |
| Binary | 1001010 | 1101001 | 11111110 | 1000111 | 111011 | 0 | 0 | 11100110 | 1100011 | 1000000 |
Color Harmonies of #4A69FE
Complementary color
Monochromatic Colors of #4A69FE
Black with #4A69FE
Text Example
Text Example
White with #4A69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A69FE; }
p { color: rgb(74,105,254); }
H1.HeaderClassName
{
color: #4A69FE;
}
.AnyTagClassName
{
color: #4A69FE;
}
</style>
background-color css
<style>
a { background-color: #4A69FE; }
a { background-color: rgb(74,105,254); }
div.DivClassName
{
background-color: #4A69FE;
}
.BgClassName
{
background-color: #4A69FE;
}
</style>
border-color css
<style>
span { border-color: #4A69FE; }
span { border-color: rgb(74,105,254); }
td.TdClassName
{
border-color: #4A69FE;
}
.TagClassName
{
border-color: #4A69FE;
}
</style>