Shades of Royal Blue #495CDE
Tints of Royal Blue #495CDE
RGB
CMYK
RGB Variations
Color information
#495CDE (or 0x495CDE) is known color: Royal Blue. HEX triplet: 49, 5C and DE. RGB value is (73,92,222). Sum of RGB (Red+Green+Blue) = 73+92+222=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #495CDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495CDE is #B6A321. Grayscale: #646464. Windows color (decimal): -11969314 or 14572617. OLE color: 14572617.
HSL color Cylindrical-coordinate representation of color #495CDE: hue angle of 232.35º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495CDE is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 92 | 222 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.13 |
| HSL | 232.35º | 0.69% | 0.58% | - |
| HSV(B) | 232.35º | 0.67% | 0.87% | - |
| XYZ | 19.76 | 14.34 | 70.83 | - |
| YUV | 101.14 | 196.21 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 222 | 0.67 | 0.59 | 0 | 0.13 | 232.35 | 0.69 | 0.58 |
| Hex | 49 | 5C | DE | 43 | 3B | 0 | D | E8 | 45 | 3A |
| Octal | 111 | 134 | 336 | 103 | 73 | 0 | 15 | 350 | 105 | 72 |
| Binary | 1001001 | 1011100 | 11011110 | 1000011 | 111011 | 0 | 1101 | 11101000 | 1000101 | 111010 |
Color Harmonies of #495CDE
Complementary color
Monochromatic Colors of #495CDE
Black with #495CDE
Text Example
Text Example
White with #495CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495CDE; }
p { color: rgb(73,92,222); }
H1.HeaderClassName
{
color: #495CDE;
}
.AnyTagClassName
{
color: #495CDE;
}
</style>
background-color css
<style>
a { background-color: #495CDE; }
a { background-color: rgb(73,92,222); }
div.DivClassName
{
background-color: #495CDE;
}
.BgClassName
{
background-color: #495CDE;
}
</style>
border-color css
<style>
span { border-color: #495CDE; }
span { border-color: rgb(73,92,222); }
td.TdClassName
{
border-color: #495CDE;
}
.TagClassName
{
border-color: #495CDE;
}
</style>