Shades of Royal Blue #495CEB
Tints of Royal Blue #495CEB
RGB
CMYK
RGB Variations
Color information
#495CEB (or 0x495CEB) is known color: Royal Blue. HEX triplet: 49, 5C and EB. RGB value is (73,92,235). Sum of RGB (Red+Green+Blue) = 73+92+235=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #495CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #495CEB is #B6A314. Grayscale: #666666. Windows color (decimal): -11969301 or 15424585. OLE color: 15424585.
HSL color Cylindrical-coordinate representation of color #495CEB: hue angle of 232.96º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #495CEB is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 92 | 235 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.08 |
| HSL | 232.96º | 0.8% | 0.6% | - |
| HSV(B) | 232.96º | 0.69% | 0.92% | - |
| XYZ | 21.57 | 15.07 | 80.37 | - |
| YUV | 102.62 | 202.71 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 235 | 0.69 | 0.61 | 0 | 0.08 | 232.96 | 0.8 | 0.6 |
| Hex | 49 | 5C | EB | 45 | 3D | 0 | 8 | E9 | 50 | 3C |
| Octal | 111 | 134 | 353 | 105 | 75 | 0 | 10 | 351 | 120 | 74 |
| Binary | 1001001 | 1011100 | 11101011 | 1000101 | 111101 | 0 | 1000 | 11101001 | 1010000 | 111100 |
Color Harmonies of #495CEB
Complementary color
Monochromatic Colors of #495CEB
Black with #495CEB
Text Example
Text Example
White with #495CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CEB; }
p { color: rgb(73,92,235); }
H1.HeaderClassName
{
color: #495CEB;
}
.AnyTagClassName
{
color: #495CEB;
}
</style>
background-color css
<style>
a { background-color: #495CEB; }
a { background-color: rgb(73,92,235); }
div.DivClassName
{
background-color: #495CEB;
}
.BgClassName
{
background-color: #495CEB;
}
</style>
border-color css
<style>
span { border-color: #495CEB; }
span { border-color: rgb(73,92,235); }
td.TdClassName
{
border-color: #495CEB;
}
.TagClassName
{
border-color: #495CEB;
}
</style>