Shades of Royal Blue #4967DD
Tints of Royal Blue #4967DD
RGB
CMYK
RGB Variations
Color information
#4967DD (or 0x4967DD) is known color: Royal Blue. HEX triplet: 49, 67 and DD. RGB value is (73,103,221). Sum of RGB (Red+Green+Blue) = 73+103+221=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #4967DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4967DD is #B69822. Grayscale: #6A6A6A. Windows color (decimal): -11966499 or 14509897. OLE color: 14509897.
HSL color Cylindrical-coordinate representation of color #4967DD: hue angle of 227.84º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4967DD is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 103 | 221 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.13 |
| HSL | 227.84º | 0.69% | 0.58% | - |
| HSV(B) | 227.84º | 0.67% | 0.87% | - |
| XYZ | 20.65 | 16.34 | 70.47 | - |
| YUV | 107.48 | 192.06 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 221 | 0.67 | 0.53 | 0 | 0.13 | 227.84 | 0.69 | 0.58 |
| Hex | 49 | 67 | DD | 43 | 35 | 0 | D | E4 | 45 | 3A |
| Octal | 111 | 147 | 335 | 103 | 65 | 0 | 15 | 344 | 105 | 72 |
| Binary | 1001001 | 1100111 | 11011101 | 1000011 | 110101 | 0 | 1101 | 11100100 | 1000101 | 111010 |
Color Harmonies of #4967DD
Complementary color
Monochromatic Colors of #4967DD
Black with #4967DD
Text Example
Text Example
White with #4967DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4967DD; }
p { color: rgb(73,103,221); }
H1.HeaderClassName
{
color: #4967DD;
}
.AnyTagClassName
{
color: #4967DD;
}
</style>
background-color css
<style>
a { background-color: #4967DD; }
a { background-color: rgb(73,103,221); }
div.DivClassName
{
background-color: #4967DD;
}
.BgClassName
{
background-color: #4967DD;
}
</style>
border-color css
<style>
span { border-color: #4967DD; }
span { border-color: rgb(73,103,221); }
td.TdClassName
{
border-color: #4967DD;
}
.TagClassName
{
border-color: #4967DD;
}
</style>