Shades of Rich Blue #494AB5
Tints of Rich Blue #494AB5
RGB
CMYK
RGB Variations
Color information
#494AB5 (or 0x494AB5) is known color: Rich Blue. HEX triplet: 49, 4A and B5. RGB value is (73,74,181). Sum of RGB (Red+Green+Blue) = 73+74+181=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #494AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494AB5 is #B6B54A. Grayscale: #555555. Windows color (decimal): -11973963 or 11881033. OLE color: 11881033.
HSL color Cylindrical-coordinate representation of color #494AB5: hue angle of 239.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #494AB5 is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 74 | 181 | - |
| CMYK | 0.60 | 0.59 | 0 | 0.29 |
| HSL | 239.44º | 0.43% | 0.5% | - |
| HSV(B) | 239.44º | 0.6% | 0.71% | - |
| XYZ | 13.54 | 9.65 | 44.87 | - |
| YUV | 85.9 | 181.67 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 181 | 0.60 | 0.59 | 0 | 0.29 | 239.44 | 0.43 | 0.5 |
| Hex | 49 | 4A | B5 | 3C | 3B | 0 | 1D | EF | 2B | 32 |
| Octal | 111 | 112 | 265 | 74 | 73 | 0 | 35 | 357 | 53 | 62 |
| Binary | 1001001 | 1001010 | 10110101 | 111100 | 111011 | 0 | 11101 | 11101111 | 101011 | 110010 |
Color Harmonies of #494AB5
Complementary color
Monochromatic Colors of #494AB5
Black with #494AB5
Text Example
Text Example
White with #494AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494AB5; }
p { color: rgb(73,74,181); }
H1.HeaderClassName
{
color: #494AB5;
}
.AnyTagClassName
{
color: #494AB5;
}
</style>
background-color css
<style>
a { background-color: #494AB5; }
a { background-color: rgb(73,74,181); }
div.DivClassName
{
background-color: #494AB5;
}
.BgClassName
{
background-color: #494AB5;
}
</style>
border-color css
<style>
span { border-color: #494AB5; }
span { border-color: rgb(73,74,181); }
td.TdClassName
{
border-color: #494AB5;
}
.TagClassName
{
border-color: #494AB5;
}
</style>