Shades of Royal Blue #4964DD
Tints of Royal Blue #4964DD
RGB
CMYK
RGB Variations
Color information
#4964DD (or 0x4964DD) is known color: Royal Blue. HEX triplet: 49, 64 and DD. RGB value is (73,100,221). Sum of RGB (Red+Green+Blue) = 73+100+221=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #4964DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964DD is #B69B22. Grayscale: #696969. Windows color (decimal): -11967267 or 14509129. OLE color: 14509129.
HSL color Cylindrical-coordinate representation of color #4964DD: hue angle of 229.05º 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 #4964DD is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 100 | 221 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.13 |
| HSL | 229.05º | 0.69% | 0.58% | - |
| HSV(B) | 229.05º | 0.67% | 0.87% | - |
| XYZ | 20.36 | 15.75 | 70.37 | - |
| YUV | 105.72 | 193.05 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 221 | 0.67 | 0.55 | 0 | 0.13 | 229.05 | 0.69 | 0.58 |
| Hex | 49 | 64 | DD | 43 | 37 | 0 | D | E5 | 45 | 3A |
| Octal | 111 | 144 | 335 | 103 | 67 | 0 | 15 | 345 | 105 | 72 |
| Binary | 1001001 | 1100100 | 11011101 | 1000011 | 110111 | 0 | 1101 | 11100101 | 1000101 | 111010 |
Color Harmonies of #4964DD
Complementary color
Monochromatic Colors of #4964DD
Black with #4964DD
Text Example
Text Example
White with #4964DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4964DD; }
p { color: rgb(73,100,221); }
H1.HeaderClassName
{
color: #4964DD;
}
.AnyTagClassName
{
color: #4964DD;
}
</style>
background-color css
<style>
a { background-color: #4964DD; }
a { background-color: rgb(73,100,221); }
div.DivClassName
{
background-color: #4964DD;
}
.BgClassName
{
background-color: #4964DD;
}
</style>
border-color css
<style>
span { border-color: #4964DD; }
span { border-color: rgb(73,100,221); }
td.TdClassName
{
border-color: #4964DD;
}
.TagClassName
{
border-color: #4964DD;
}
</style>