Shades of Royal Blue #4969DB
Tints of Royal Blue #4969DB
RGB
CMYK
RGB Variations
Color information
#4969DB (or 0x4969DB) is known color: Royal Blue. HEX triplet: 49, 69 and DB. RGB value is (73,105,219). Sum of RGB (Red+Green+Blue) = 73+105+219=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #4969DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4969DB is #B69624. Grayscale: #6B6B6B. Windows color (decimal): -11965989 or 14379337. OLE color: 14379337.
HSL color Cylindrical-coordinate representation of color #4969DB: hue angle of 226.85º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4969DB is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 105 | 219 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.14 |
| HSL | 226.85º | 0.67% | 0.57% | - |
| HSV(B) | 226.85º | 0.67% | 0.86% | - |
| XYZ | 20.59 | 16.63 | 69.14 | - |
| YUV | 108.43 | 190.4 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 219 | 0.67 | 0.52 | 0 | 0.14 | 226.85 | 0.67 | 0.57 |
| Hex | 49 | 69 | DB | 43 | 34 | 0 | E | E3 | 43 | 39 |
| Octal | 111 | 151 | 333 | 103 | 64 | 0 | 16 | 343 | 103 | 71 |
| Binary | 1001001 | 1101001 | 11011011 | 1000011 | 110100 | 0 | 1110 | 11100011 | 1000011 | 111001 |
Color Harmonies of #4969DB
Complementary color
Monochromatic Colors of #4969DB
Black with #4969DB
Text Example
Text Example
White with #4969DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4969DB; }
p { color: rgb(73,105,219); }
H1.HeaderClassName
{
color: #4969DB;
}
.AnyTagClassName
{
color: #4969DB;
}
</style>
background-color css
<style>
a { background-color: #4969DB; }
a { background-color: rgb(73,105,219); }
div.DivClassName
{
background-color: #4969DB;
}
.BgClassName
{
background-color: #4969DB;
}
</style>
border-color css
<style>
span { border-color: #4969DB; }
span { border-color: rgb(73,105,219); }
td.TdClassName
{
border-color: #4969DB;
}
.TagClassName
{
border-color: #4969DB;
}
</style>