Shades of Royal Blue #495CE9
Tints of Royal Blue #495CE9
RGB
CMYK
RGB Variations
Color information
#495CE9 (or 0x495CE9) is known color: Royal Blue. HEX triplet: 49, 5C and E9. RGB value is (73,92,233). Sum of RGB (Red+Green+Blue) = 73+92+233=398 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.34% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #495CE9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CE9 is #B6A316. Grayscale: #656565. Windows color (decimal): -11969303 or 15293513. OLE color: 15293513.
HSL color Cylindrical-coordinate representation of color #495CE9: hue angle of 232.88º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495CE9 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 92 | 233 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.09 |
| HSL | 232.88º | 0.78% | 0.6% | - |
| HSV(B) | 232.88º | 0.69% | 0.91% | - |
| XYZ | 21.28 | 14.95 | 78.86 | - |
| YUV | 102.39 | 201.71 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 233 | 0.69 | 0.61 | 0 | 0.09 | 232.88 | 0.78 | 0.6 |
| Hex | 49 | 5C | E9 | 45 | 3D | 0 | 9 | E9 | 4E | 3C |
| Octal | 111 | 134 | 351 | 105 | 75 | 0 | 11 | 351 | 116 | 74 |
| Binary | 1001001 | 1011100 | 11101001 | 1000101 | 111101 | 0 | 1001 | 11101001 | 1001110 | 111100 |
Color Harmonies of #495CE9
Complementary color
Monochromatic Colors of #495CE9
Black with #495CE9
Text Example
Text Example
White with #495CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CE9; }
p { color: rgb(73,92,233); }
H1.HeaderClassName
{
color: #495CE9;
}
.AnyTagClassName
{
color: #495CE9;
}
</style>
background-color css
<style>
a { background-color: #495CE9; }
a { background-color: rgb(73,92,233); }
div.DivClassName
{
background-color: #495CE9;
}
.BgClassName
{
background-color: #495CE9;
}
</style>
border-color css
<style>
span { border-color: #495CE9; }
span { border-color: rgb(73,92,233); }
td.TdClassName
{
border-color: #495CE9;
}
.TagClassName
{
border-color: #495CE9;
}
</style>