Shades of Royal Blue #495CE5
Tints of Royal Blue #495CE5
RGB
CMYK
RGB Variations
Color information
#495CE5 (or 0x495CE5) is known color: Royal Blue. HEX triplet: 49, 5C and E5. RGB value is (73,92,229). Sum of RGB (Red+Green+Blue) = 73+92+229=394 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.53% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 229 (89.84% from 255 or 58.12% from 394); Max value from RGB is 229 - color contains mainly: blue. Hex color #495CE5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CE5 is #B6A31A. Grayscale: #656565. Windows color (decimal): -11969307 or 15031369. OLE color: 15031369.
HSL color Cylindrical-coordinate representation of color #495CE5: hue angle of 232.69º degrees, saturation: 0.75, 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 #495CE5 is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 73 | 92 | 229 | - |
| CMYK | 0.68 | 0.60 | 0 | 0.10 |
| HSL | 232.69º | 0.75% | 0.59% | - |
| HSV(B) | 232.69º | 0.68% | 0.9% | - |
| XYZ | 20.72 | 14.73 | 75.88 | - |
| YUV | 101.94 | 199.71 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 229 | 0.68 | 0.60 | 0 | 0.10 | 232.69 | 0.75 | 0.59 |
| Hex | 49 | 5C | E5 | 44 | 3C | 0 | A | E9 | 4B | 3B |
| Octal | 111 | 134 | 345 | 104 | 74 | 0 | 12 | 351 | 113 | 73 |
| Binary | 1001001 | 1011100 | 11100101 | 1000100 | 111100 | 0 | 1010 | 11101001 | 1001011 | 111011 |
Color Harmonies of #495CE5
Complementary color
Monochromatic Colors of #495CE5
Black with #495CE5
Text Example
Text Example
White with #495CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CE5; }
p { color: rgb(73,92,229); }
H1.HeaderClassName
{
color: #495CE5;
}
.AnyTagClassName
{
color: #495CE5;
}
</style>
background-color css
<style>
a { background-color: #495CE5; }
a { background-color: rgb(73,92,229); }
div.DivClassName
{
background-color: #495CE5;
}
.BgClassName
{
background-color: #495CE5;
}
</style>
border-color css
<style>
span { border-color: #495CE5; }
span { border-color: rgb(73,92,229); }
td.TdClassName
{
border-color: #495CE5;
}
.TagClassName
{
border-color: #495CE5;
}
</style>