Shades of Royal Blue #4959DA
Tints of Royal Blue #4959DA
RGB
CMYK
RGB Variations
Color information
#4959DA (or 0x4959DA) is known color: Royal Blue. HEX triplet: 49, 59 and DA. RGB value is (73,89,218). Sum of RGB (Red+Green+Blue) = 73+89+218=380 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.21% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #4959DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4959DA is #B6A625. Grayscale: #626262. Windows color (decimal): -11970086 or 14309705. OLE color: 14309705.
HSL color Cylindrical-coordinate representation of color #4959DA: hue angle of 233.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4959DA is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 89 | 218 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.15 |
| HSL | 233.38º | 0.66% | 0.57% | - |
| HSV(B) | 233.38º | 0.67% | 0.85% | - |
| XYZ | 18.97 | 13.62 | 67.96 | - |
| YUV | 98.92 | 195.2 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 218 | 0.67 | 0.59 | 0 | 0.15 | 233.38 | 0.66 | 0.57 |
| Hex | 49 | 59 | DA | 43 | 3B | 0 | F | E9 | 42 | 39 |
| Octal | 111 | 131 | 332 | 103 | 73 | 0 | 17 | 351 | 102 | 71 |
| Binary | 1001001 | 1011001 | 11011010 | 1000011 | 111011 | 0 | 1111 | 11101001 | 1000010 | 111001 |
Color Harmonies of #4959DA
Complementary color
Monochromatic Colors of #4959DA
Black with #4959DA
Text Example
Text Example
White with #4959DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959DA; }
p { color: rgb(73,89,218); }
H1.HeaderClassName
{
color: #4959DA;
}
.AnyTagClassName
{
color: #4959DA;
}
</style>
background-color css
<style>
a { background-color: #4959DA; }
a { background-color: rgb(73,89,218); }
div.DivClassName
{
background-color: #4959DA;
}
.BgClassName
{
background-color: #4959DA;
}
</style>
border-color css
<style>
span { border-color: #4959DA; }
span { border-color: rgb(73,89,218); }
td.TdClassName
{
border-color: #4959DA;
}
.TagClassName
{
border-color: #4959DA;
}
</style>