Shades of Rich Blue #495AB0
Tints of Rich Blue #495AB0
RGB
CMYK
RGB Variations
Color information
#495AB0 (or 0x495AB0) is known color: Rich Blue. HEX triplet: 49, 5A and B0. RGB value is (73,90,176). Sum of RGB (Red+Green+Blue) = 73+90+176=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #495AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AB0 is #B6A54F. Grayscale: #5E5E5E. Windows color (decimal): -11969872 or 11557449. OLE color: 11557449.
HSL color Cylindrical-coordinate representation of color #495AB0: hue angle of 230.1º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495AB0 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 90 | 176 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.31 |
| HSL | 230.1º | 0.41% | 0.49% | - |
| HSV(B) | 230.1º | 0.59% | 0.69% | - |
| XYZ | 14.24 | 11.86 | 42.61 | - |
| YUV | 94.72 | 173.87 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 176 | 0.59 | 0.49 | 0 | 0.31 | 230.1 | 0.41 | 0.49 |
| Hex | 49 | 5A | B0 | 3B | 31 | 0 | 1F | E6 | 29 | 31 |
| Octal | 111 | 132 | 260 | 73 | 61 | 0 | 37 | 346 | 51 | 61 |
| Binary | 1001001 | 1011010 | 10110000 | 111011 | 110001 | 0 | 11111 | 11100110 | 101001 | 110001 |
Color Harmonies of #495AB0
Complementary color
Monochromatic Colors of #495AB0
Black with #495AB0
Text Example
Text Example
White with #495AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495AB0; }
p { color: rgb(73,90,176); }
H1.HeaderClassName
{
color: #495AB0;
}
.AnyTagClassName
{
color: #495AB0;
}
</style>
background-color css
<style>
a { background-color: #495AB0; }
a { background-color: rgb(73,90,176); }
div.DivClassName
{
background-color: #495AB0;
}
.BgClassName
{
background-color: #495AB0;
}
</style>
border-color css
<style>
span { border-color: #495AB0; }
span { border-color: rgb(73,90,176); }
td.TdClassName
{
border-color: #495AB0;
}
.TagClassName
{
border-color: #495AB0;
}
</style>