Shades of Royal Blue #495ADB
Tints of Royal Blue #495ADB
RGB
CMYK
RGB Variations
Color information
#495ADB (or 0x495ADB) is known color: Royal Blue. HEX triplet: 49, 5A and DB. RGB value is (73,90,219). Sum of RGB (Red+Green+Blue) = 73+90+219=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #495ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ADB is #B6A524. Grayscale: #636363. Windows color (decimal): -11969829 or 14375497. OLE color: 14375497.
HSL color Cylindrical-coordinate representation of color #495ADB: hue angle of 233.01º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #495ADB is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 90 | 219 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.14 |
| HSL | 233.01º | 0.67% | 0.57% | - |
| HSV(B) | 233.01º | 0.67% | 0.86% | - |
| XYZ | 19.19 | 13.84 | 68.68 | - |
| YUV | 99.62 | 195.37 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 219 | 0.67 | 0.59 | 0 | 0.14 | 233.01 | 0.67 | 0.57 |
| Hex | 49 | 5A | DB | 43 | 3B | 0 | E | E9 | 43 | 39 |
| Octal | 111 | 132 | 333 | 103 | 73 | 0 | 16 | 351 | 103 | 71 |
| Binary | 1001001 | 1011010 | 11011011 | 1000011 | 111011 | 0 | 1110 | 11101001 | 1000011 | 111001 |
Color Harmonies of #495ADB
Complementary color
Monochromatic Colors of #495ADB
Black with #495ADB
Text Example
Text Example
White with #495ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495ADB; }
p { color: rgb(73,90,219); }
H1.HeaderClassName
{
color: #495ADB;
}
.AnyTagClassName
{
color: #495ADB;
}
</style>
background-color css
<style>
a { background-color: #495ADB; }
a { background-color: rgb(73,90,219); }
div.DivClassName
{
background-color: #495ADB;
}
.BgClassName
{
background-color: #495ADB;
}
</style>
border-color css
<style>
span { border-color: #495ADB; }
span { border-color: rgb(73,90,219); }
td.TdClassName
{
border-color: #495ADB;
}
.TagClassName
{
border-color: #495ADB;
}
</style>