Shades of Royal Blue #495BEC
Tints of Royal Blue #495BEC
RGB
CMYK
RGB Variations
Color information
#495BEC (or 0x495BEC) is known color: Royal Blue. HEX triplet: 49, 5B and EC. RGB value is (73,91,236). Sum of RGB (Red+Green+Blue) = 73+91+236=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #495BEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BEC is #B6A413. Grayscale: #656565. Windows color (decimal): -11969556 or 15489865. OLE color: 15489865.
HSL color Cylindrical-coordinate representation of color #495BEC: hue angle of 233.37º 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 #495BEC is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 91 | 236 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.07 |
| HSL | 233.37º | 0.81% | 0.61% | - |
| HSV(B) | 233.37º | 0.69% | 0.93% | - |
| XYZ | 21.63 | 14.95 | 81.1 | - |
| YUV | 102.15 | 203.54 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 236 | 0.69 | 0.61 | 0 | 0.07 | 233.37 | 0.81 | 0.61 |
| Hex | 49 | 5B | EC | 45 | 3D | 0 | 7 | E9 | 51 | 3D |
| Octal | 111 | 133 | 354 | 105 | 75 | 0 | 7 | 351 | 121 | 75 |
| Binary | 1001001 | 1011011 | 11101100 | 1000101 | 111101 | 0 | 111 | 11101001 | 1010001 | 111101 |
Color Harmonies of #495BEC
Complementary color
Monochromatic Colors of #495BEC
Black with #495BEC
Text Example
Text Example
White with #495BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BEC; }
p { color: rgb(73,91,236); }
H1.HeaderClassName
{
color: #495BEC;
}
.AnyTagClassName
{
color: #495BEC;
}
</style>
background-color css
<style>
a { background-color: #495BEC; }
a { background-color: rgb(73,91,236); }
div.DivClassName
{
background-color: #495BEC;
}
.BgClassName
{
background-color: #495BEC;
}
</style>
border-color css
<style>
span { border-color: #495BEC; }
span { border-color: rgb(73,91,236); }
td.TdClassName
{
border-color: #495BEC;
}
.TagClassName
{
border-color: #495BEC;
}
</style>