Shades of Royal Blue #495FEC
Tints of Royal Blue #495FEC
RGB
CMYK
RGB Variations
Color information
#495FEC (or 0x495FEC) is known color: Royal Blue. HEX triplet: 49, 5F and EC. RGB value is (73,95,236). Sum of RGB (Red+Green+Blue) = 73+95+236=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 236 (92.58% from 255 or 58.42% from 404); Max value from RGB is 236 - color contains mainly: blue. Hex color #495FEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495FEC is #B6A013. Grayscale: #676767. Windows color (decimal): -11968532 or 15490889. OLE color: 15490889.
HSL color Cylindrical-coordinate representation of color #495FEC: hue angle of 231.9º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495FEC is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 95 | 236 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.07 |
| HSL | 231.9º | 0.81% | 0.61% | - |
| HSV(B) | 231.9º | 0.69% | 0.93% | - |
| XYZ | 21.98 | 15.66 | 81.22 | - |
| YUV | 104.5 | 202.21 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 236 | 0.69 | 0.60 | 0 | 0.07 | 231.9 | 0.81 | 0.61 |
| Hex | 49 | 5F | EC | 45 | 3C | 0 | 7 | E8 | 51 | 3D |
| Octal | 111 | 137 | 354 | 105 | 74 | 0 | 7 | 350 | 121 | 75 |
| Binary | 1001001 | 1011111 | 11101100 | 1000101 | 111100 | 0 | 111 | 11101000 | 1010001 | 111101 |
Color Harmonies of #495FEC
Complementary color
Monochromatic Colors of #495FEC
Black with #495FEC
Text Example
Text Example
White with #495FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495FEC; }
p { color: rgb(73,95,236); }
H1.HeaderClassName
{
color: #495FEC;
}
.AnyTagClassName
{
color: #495FEC;
}
</style>
background-color css
<style>
a { background-color: #495FEC; }
a { background-color: rgb(73,95,236); }
div.DivClassName
{
background-color: #495FEC;
}
.BgClassName
{
background-color: #495FEC;
}
</style>
border-color css
<style>
span { border-color: #495FEC; }
span { border-color: rgb(73,95,236); }
td.TdClassName
{
border-color: #495FEC;
}
.TagClassName
{
border-color: #495FEC;
}
</style>