Shades of Rich Blue #494AB0
Tints of Rich Blue #494AB0
RGB
CMYK
RGB Variations
Color information
#494AB0 (or 0x494AB0) is known color: Rich Blue. HEX triplet: 49, 4A and B0. RGB value is (73,74,176). Sum of RGB (Red+Green+Blue) = 73+74+176=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #494AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494AB0 is #B6B54F. Grayscale: #545454. Windows color (decimal): -11973968 or 11553353. OLE color: 11553353.
HSL color Cylindrical-coordinate representation of color #494AB0: hue angle of 239.42º 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 #494AB0 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 74 | 176 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.31 |
| HSL | 239.42º | 0.41% | 0.49% | - |
| HSV(B) | 239.42º | 0.59% | 0.69% | - |
| XYZ | 13.03 | 9.45 | 42.21 | - |
| YUV | 85.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 176 | 0.59 | 0.58 | 0 | 0.31 | 239.42 | 0.41 | 0.49 |
| Hex | 49 | 4A | B0 | 3B | 3A | 0 | 1F | EF | 29 | 31 |
| Octal | 111 | 112 | 260 | 73 | 72 | 0 | 37 | 357 | 51 | 61 |
| Binary | 1001001 | 1001010 | 10110000 | 111011 | 111010 | 0 | 11111 | 11101111 | 101001 | 110001 |
Color Harmonies of #494AB0
Complementary color
Monochromatic Colors of #494AB0
Black with #494AB0
Text Example
Text Example
White with #494AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494AB0; }
p { color: rgb(73,74,176); }
H1.HeaderClassName
{
color: #494AB0;
}
.AnyTagClassName
{
color: #494AB0;
}
</style>
background-color css
<style>
a { background-color: #494AB0; }
a { background-color: rgb(73,74,176); }
div.DivClassName
{
background-color: #494AB0;
}
.BgClassName
{
background-color: #494AB0;
}
</style>
border-color css
<style>
span { border-color: #494AB0; }
span { border-color: rgb(73,74,176); }
td.TdClassName
{
border-color: #494AB0;
}
.TagClassName
{
border-color: #494AB0;
}
</style>