Shades of Royal Blue #4969CE
Tints of Royal Blue #4969CE
RGB
CMYK
RGB Variations
Color information
#4969CE (or 0x4969CE) is known color: Royal Blue. HEX triplet: 49, 69 and CE. RGB value is (73,105,206). Sum of RGB (Red+Green+Blue) = 73+105+206=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #4969CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969CE is #B69631. Grayscale: #6A6A6A. Windows color (decimal): -11966002 or 13527369. OLE color: 13527369.
HSL color Cylindrical-coordinate representation of color #4969CE: hue angle of 225.56º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4969CE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 105 | 206 | - |
| CMYK | 0.65 | 0.49 | 0 | 0.19 |
| HSL | 225.56º | 0.58% | 0.55% | - |
| HSV(B) | 225.56º | 0.65% | 0.81% | - |
| XYZ | 18.94 | 15.98 | 60.48 | - |
| YUV | 106.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 206 | 0.65 | 0.49 | 0 | 0.19 | 225.56 | 0.58 | 0.55 |
| Hex | 49 | 69 | CE | 41 | 31 | 0 | 13 | E2 | 3A | 37 |
| Octal | 111 | 151 | 316 | 101 | 61 | 0 | 23 | 342 | 72 | 67 |
| Binary | 1001001 | 1101001 | 11001110 | 1000001 | 110001 | 0 | 10011 | 11100010 | 111010 | 110111 |
Color Harmonies of #4969CE
Complementary color
Monochromatic Colors of #4969CE
Black with #4969CE
Text Example
Text Example
White with #4969CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969CE; }
p { color: rgb(73,105,206); }
H1.HeaderClassName
{
color: #4969CE;
}
.AnyTagClassName
{
color: #4969CE;
}
</style>
background-color css
<style>
a { background-color: #4969CE; }
a { background-color: rgb(73,105,206); }
div.DivClassName
{
background-color: #4969CE;
}
.BgClassName
{
background-color: #4969CE;
}
</style>
border-color css
<style>
span { border-color: #4969CE; }
span { border-color: rgb(73,105,206); }
td.TdClassName
{
border-color: #4969CE;
}
.TagClassName
{
border-color: #4969CE;
}
</style>