Shades of Royal Blue #4969FF
Tints of Royal Blue #4969FF
RGB
CMYK
RGB Variations
Color information
#4969FF (or 0x4969FF) is known color: Royal Blue. HEX triplet: 49, 69 and FF. RGB value is (73,105,255). Sum of RGB (Red+Green+Blue) = 73+105+255=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 105 (41.41% from 255 or 24.25% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #4969FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4969FF is #B69600. Grayscale: #6F6F6F. Windows color (decimal): -11965953 or 16738633. OLE color: 16738633.
HSL color Cylindrical-coordinate representation of color #4969FF: hue angle of 229.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4969FF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 105 | 255 | - |
| CMYK | 0.71 | 0.59 | 0 | 0 |
| HSL | 229.45º | 1% | 0.64% | - |
| HSV(B) | 229.45º | 0.71% | 1% | - |
| XYZ | 25.85 | 18.74 | 96.86 | - |
| YUV | 112.53 | 208.4 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 255 | 0.71 | 0.59 | 0 | 0 | 229.45 | 1 | 0.64 |
| Hex | 49 | 69 | FF | 47 | 3B | 0 | 0 | E5 | 64 | 40 |
| Octal | 111 | 151 | 377 | 107 | 73 | 0 | 0 | 345 | 144 | 100 |
| Binary | 1001001 | 1101001 | 11111111 | 1000111 | 111011 | 0 | 0 | 11100101 | 1100100 | 1000000 |
Color Harmonies of #4969FF
Complementary color
Monochromatic Colors of #4969FF
Black with #4969FF
Text Example
Text Example
White with #4969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969FF; }
p { color: rgb(73,105,255); }
H1.HeaderClassName
{
color: #4969FF;
}
.AnyTagClassName
{
color: #4969FF;
}
</style>
background-color css
<style>
a { background-color: #4969FF; }
a { background-color: rgb(73,105,255); }
div.DivClassName
{
background-color: #4969FF;
}
.BgClassName
{
background-color: #4969FF;
}
</style>
border-color css
<style>
span { border-color: #4969FF; }
span { border-color: rgb(73,105,255); }
td.TdClassName
{
border-color: #4969FF;
}
.TagClassName
{
border-color: #4969FF;
}
</style>