Shades of Royal Blue #4959E6
Tints of Royal Blue #4959E6
RGB
CMYK
RGB Variations
Color information
#4959E6 (or 0x4959E6) is known color: Royal Blue. HEX triplet: 49, 59 and E6. RGB value is (73,89,230). Sum of RGB (Red+Green+Blue) = 73+89+230=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 89 (35.16% from 255 or 22.70% from 392); Blue value is 230 (90.23% from 255 or 58.67% from 392); Max value from RGB is 230 - color contains mainly: blue. Hex color #4959E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4959E6 is #B6A619. Grayscale: #636363. Windows color (decimal): -11970074 or 15096137. OLE color: 15096137.
HSL color Cylindrical-coordinate representation of color #4959E6: hue angle of 233.89º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4959E6 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 89 | 230 | - |
| CMYK | 0.68 | 0.61 | 0 | 0.10 |
| HSL | 233.89º | 0.76% | 0.59% | - |
| HSV(B) | 233.89º | 0.68% | 0.9% | - |
| XYZ | 20.6 | 14.27 | 76.53 | - |
| YUV | 100.29 | 201.2 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 230 | 0.68 | 0.61 | 0 | 0.10 | 233.89 | 0.76 | 0.59 |
| Hex | 49 | 59 | E6 | 44 | 3D | 0 | A | EA | 4C | 3B |
| Octal | 111 | 131 | 346 | 104 | 75 | 0 | 12 | 352 | 114 | 73 |
| Binary | 1001001 | 1011001 | 11100110 | 1000100 | 111101 | 0 | 1010 | 11101010 | 1001100 | 111011 |
Color Harmonies of #4959E6
Complementary color
Monochromatic Colors of #4959E6
Black with #4959E6
Text Example
Text Example
White with #4959E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959E6; }
p { color: rgb(73,89,230); }
H1.HeaderClassName
{
color: #4959E6;
}
.AnyTagClassName
{
color: #4959E6;
}
</style>
background-color css
<style>
a { background-color: #4959E6; }
a { background-color: rgb(73,89,230); }
div.DivClassName
{
background-color: #4959E6;
}
.BgClassName
{
background-color: #4959E6;
}
</style>
border-color css
<style>
span { border-color: #4959E6; }
span { border-color: rgb(73,89,230); }
td.TdClassName
{
border-color: #4959E6;
}
.TagClassName
{
border-color: #4959E6;
}
</style>