Shades of Royal Blue #4969ED
Tints of Royal Blue #4969ED
RGB
CMYK
RGB Variations
Color information
#4969ED (or 0x4969ED) is known color: Royal Blue. HEX triplet: 49, 69 and ED. RGB value is (73,105,237). Sum of RGB (Red+Green+Blue) = 73+105+237=415 (54% of max value = 765). Red value is 73 (28.91% from 255 or 17.59% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #4969ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4969ED is #B69612. Grayscale: #6D6D6D. Windows color (decimal): -11965971 or 15558985. OLE color: 15558985.
HSL color Cylindrical-coordinate representation of color #4969ED: hue angle of 228.29º degrees, saturation: 0.82, 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 #4969ED is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 105 | 237 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.07 |
| HSL | 228.29º | 0.82% | 0.61% | - |
| HSV(B) | 228.29º | 0.69% | 0.93% | - |
| XYZ | 23.09 | 17.63 | 82.31 | - |
| YUV | 110.48 | 199.4 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 237 | 0.69 | 0.56 | 0 | 0.07 | 228.29 | 0.82 | 0.61 |
| Hex | 49 | 69 | ED | 45 | 38 | 0 | 7 | E4 | 52 | 3D |
| Octal | 111 | 151 | 355 | 105 | 70 | 0 | 7 | 344 | 122 | 75 |
| Binary | 1001001 | 1101001 | 11101101 | 1000101 | 111000 | 0 | 111 | 11100100 | 1010010 | 111101 |
Color Harmonies of #4969ED
Complementary color
Monochromatic Colors of #4969ED
Black with #4969ED
Text Example
Text Example
White with #4969ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969ED; }
p { color: rgb(73,105,237); }
H1.HeaderClassName
{
color: #4969ED;
}
.AnyTagClassName
{
color: #4969ED;
}
</style>
background-color css
<style>
a { background-color: #4969ED; }
a { background-color: rgb(73,105,237); }
div.DivClassName
{
background-color: #4969ED;
}
.BgClassName
{
background-color: #4969ED;
}
</style>
border-color css
<style>
span { border-color: #4969ED; }
span { border-color: rgb(73,105,237); }
td.TdClassName
{
border-color: #4969ED;
}
.TagClassName
{
border-color: #4969ED;
}
</style>