Shades of Royal Blue #495ADD
Tints of Royal Blue #495ADD
RGB
CMYK
RGB Variations
Color information
#495ADD (or 0x495ADD) is known color: Royal Blue. HEX triplet: 49, 5A and DD. RGB value is (73,90,221). Sum of RGB (Red+Green+Blue) = 73+90+221=384 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.01% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #495ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ADD is #B6A522. Grayscale: #636363. Windows color (decimal): -11969827 or 14506569. OLE color: 14506569.
HSL color Cylindrical-coordinate representation of color #495ADD: hue angle of 233.11º 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 #495ADD is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 90 | 221 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.13 |
| HSL | 233.11º | 0.69% | 0.58% | - |
| HSV(B) | 233.11º | 0.67% | 0.87% | - |
| XYZ | 19.45 | 13.95 | 70.07 | - |
| YUV | 99.85 | 196.37 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 221 | 0.67 | 0.59 | 0 | 0.13 | 233.11 | 0.69 | 0.58 |
| Hex | 49 | 5A | DD | 43 | 3B | 0 | D | E9 | 45 | 3A |
| Octal | 111 | 132 | 335 | 103 | 73 | 0 | 15 | 351 | 105 | 72 |
| Binary | 1001001 | 1011010 | 11011101 | 1000011 | 111011 | 0 | 1101 | 11101001 | 1000101 | 111010 |
Color Harmonies of #495ADD
Complementary color
Monochromatic Colors of #495ADD
Black with #495ADD
Text Example
Text Example
White with #495ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495ADD; }
p { color: rgb(73,90,221); }
H1.HeaderClassName
{
color: #495ADD;
}
.AnyTagClassName
{
color: #495ADD;
}
</style>
background-color css
<style>
a { background-color: #495ADD; }
a { background-color: rgb(73,90,221); }
div.DivClassName
{
background-color: #495ADD;
}
.BgClassName
{
background-color: #495ADD;
}
</style>
border-color css
<style>
span { border-color: #495ADD; }
span { border-color: rgb(73,90,221); }
td.TdClassName
{
border-color: #495ADD;
}
.TagClassName
{
border-color: #495ADD;
}
</style>