Shades of Royal Blue #495BE8
Tints of Royal Blue #495BE8
RGB
CMYK
RGB Variations
Color information
#495BE8 (or 0x495BE8) is known color: Royal Blue. HEX triplet: 49, 5B and E8. RGB value is (73,91,232). Sum of RGB (Red+Green+Blue) = 73+91+232=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 232 (91.02% from 255 or 58.59% from 396); Max value from RGB is 232 - color contains mainly: blue. Hex color #495BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495BE8 is #B6A417. Grayscale: #656565. Windows color (decimal): -11969560 or 15227721. OLE color: 15227721.
HSL color Cylindrical-coordinate representation of color #495BE8: hue angle of 233.21º 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 #495BE8 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 73 | 91 | 232 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.09 |
| HSL | 233.21º | 0.78% | 0.6% | - |
| HSV(B) | 233.21º | 0.69% | 0.91% | - |
| XYZ | 21.05 | 14.72 | 78.08 | - |
| YUV | 101.69 | 201.54 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 232 | 0.69 | 0.61 | 0 | 0.09 | 233.21 | 0.78 | 0.6 |
| Hex | 49 | 5B | E8 | 45 | 3D | 0 | 9 | E9 | 4E | 3C |
| Octal | 111 | 133 | 350 | 105 | 75 | 0 | 11 | 351 | 116 | 74 |
| Binary | 1001001 | 1011011 | 11101000 | 1000101 | 111101 | 0 | 1001 | 11101001 | 1001110 | 111100 |
Color Harmonies of #495BE8
Complementary color
Monochromatic Colors of #495BE8
Black with #495BE8
Text Example
Text Example
White with #495BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495BE8; }
p { color: rgb(73,91,232); }
H1.HeaderClassName
{
color: #495BE8;
}
.AnyTagClassName
{
color: #495BE8;
}
</style>
background-color css
<style>
a { background-color: #495BE8; }
a { background-color: rgb(73,91,232); }
div.DivClassName
{
background-color: #495BE8;
}
.BgClassName
{
background-color: #495BE8;
}
</style>
border-color css
<style>
span { border-color: #495BE8; }
span { border-color: rgb(73,91,232); }
td.TdClassName
{
border-color: #495BE8;
}
.TagClassName
{
border-color: #495BE8;
}
</style>