Shades of Royal Blue #495FE1
Tints of Royal Blue #495FE1
RGB
CMYK
RGB Variations
Color information
#495FE1 (or 0x495FE1) is known color: Royal Blue. HEX triplet: 49, 5F and E1. RGB value is (73,95,225). Sum of RGB (Red+Green+Blue) = 73+95+225=393 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.58% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 225 (88.28% from 255 or 57.25% from 393); Max value from RGB is 225 - color contains mainly: blue. Hex color #495FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495FE1 is #B6A01E. Grayscale: #666666. Windows color (decimal): -11968543 or 14769993. OLE color: 14769993.
HSL color Cylindrical-coordinate representation of color #495FE1: hue angle of 231.32º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #495FE1 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 73 | 95 | 225 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.12 |
| HSL | 231.32º | 0.72% | 0.58% | - |
| HSV(B) | 231.32º | 0.68% | 0.88% | - |
| XYZ | 20.43 | 15.04 | 73.06 | - |
| YUV | 103.24 | 196.71 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 225 | 0.68 | 0.58 | 0 | 0.12 | 231.32 | 0.72 | 0.58 |
| Hex | 49 | 5F | E1 | 44 | 3A | 0 | C | E7 | 48 | 3A |
| Octal | 111 | 137 | 341 | 104 | 72 | 0 | 14 | 347 | 110 | 72 |
| Binary | 1001001 | 1011111 | 11100001 | 1000100 | 111010 | 0 | 1100 | 11100111 | 1001000 | 111010 |
Color Harmonies of #495FE1
Complementary color
Monochromatic Colors of #495FE1
Black with #495FE1
Text Example
Text Example
White with #495FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FE1; }
p { color: rgb(73,95,225); }
H1.HeaderClassName
{
color: #495FE1;
}
.AnyTagClassName
{
color: #495FE1;
}
</style>
background-color css
<style>
a { background-color: #495FE1; }
a { background-color: rgb(73,95,225); }
div.DivClassName
{
background-color: #495FE1;
}
.BgClassName
{
background-color: #495FE1;
}
</style>
border-color css
<style>
span { border-color: #495FE1; }
span { border-color: rgb(73,95,225); }
td.TdClassName
{
border-color: #495FE1;
}
.TagClassName
{
border-color: #495FE1;
}
</style>