Shades of Rich Blue #494CB5
Tints of Rich Blue #494CB5
RGB
CMYK
RGB Variations
Color information
#494CB5 (or 0x494CB5) is known color: Rich Blue. HEX triplet: 49, 4C and B5. RGB value is (73,76,181). Sum of RGB (Red+Green+Blue) = 73+76+181=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 181 (71.09% from 255 or 54.85% from 330); Max value from RGB is 181 - color contains mainly: blue. Hex color #494CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CB5 is #B6B34A. Grayscale: #565656. Windows color (decimal): -11973451 or 11881545. OLE color: 11881545.
HSL color Cylindrical-coordinate representation of color #494CB5: hue angle of 238.33º 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 #494CB5 is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 73 | 76 | 181 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.29 |
| HSL | 238.33º | 0.43% | 0.5% | - |
| HSV(B) | 238.33º | 0.6% | 0.71% | - |
| XYZ | 13.67 | 9.92 | 44.91 | - |
| YUV | 87.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 181 | 0.60 | 0.58 | 0 | 0.29 | 238.33 | 0.43 | 0.5 |
| Hex | 49 | 4C | B5 | 3C | 3A | 0 | 1D | EE | 2B | 32 |
| Octal | 111 | 114 | 265 | 74 | 72 | 0 | 35 | 356 | 53 | 62 |
| Binary | 1001001 | 1001100 | 10110101 | 111100 | 111010 | 0 | 11101 | 11101110 | 101011 | 110010 |
Color Harmonies of #494CB5
Complementary color
Monochromatic Colors of #494CB5
Black with #494CB5
Text Example
Text Example
White with #494CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494CB5; }
p { color: rgb(73,76,181); }
H1.HeaderClassName
{
color: #494CB5;
}
.AnyTagClassName
{
color: #494CB5;
}
</style>
background-color css
<style>
a { background-color: #494CB5; }
a { background-color: rgb(73,76,181); }
div.DivClassName
{
background-color: #494CB5;
}
.BgClassName
{
background-color: #494CB5;
}
</style>
border-color css
<style>
span { border-color: #494CB5; }
span { border-color: rgb(73,76,181); }
td.TdClassName
{
border-color: #494CB5;
}
.TagClassName
{
border-color: #494CB5;
}
</style>