Shades of Blue Diamond #491E7A
Tints of Blue Diamond #491E7A
RGB
CMYK
RGB Variations
Color information
#491E7A (or 0x491E7A) is known color: Blue Diamond. HEX triplet: 49, 1E and 7A. RGB value is (73,30,122). Sum of RGB (Red+Green+Blue) = 73+30+122=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #491E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E7A is #B6E185. Grayscale: #353535. Windows color (decimal): -11985286 or 8003145. OLE color: 8003145.
HSL color Cylindrical-coordinate representation of color #491E7A: hue angle of 268.04º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #491E7A is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 30 | 122 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.52 |
| HSL | 268.04º | 0.61% | 0.3% | - |
| HSV(B) | 268.04º | 0.75% | 0.48% | - |
| XYZ | 6.72 | 3.75 | 18.78 | - |
| YUV | 53.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 122 | 0.40 | 0.75 | 0 | 0.52 | 268.04 | 0.61 | 0.3 |
| Hex | 49 | 1E | 7A | 28 | 4B | 0 | 34 | 10C | 3D | 1E |
| Octal | 111 | 36 | 172 | 50 | 113 | 0 | 64 | 414 | 75 | 36 |
| Binary | 1001001 | 11110 | 1111010 | 101000 | 1001011 | 0 | 110100 | 100001100 | 111101 | 11110 |
Color Harmonies of #491E7A
Complementary color
Monochromatic Colors of #491E7A
Black with #491E7A
Text Example
Text Example
White with #491E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E7A; }
p { color: rgb(73,30,122); }
H1.HeaderClassName
{
color: #491E7A;
}
.AnyTagClassName
{
color: #491E7A;
}
</style>
background-color css
<style>
a { background-color: #491E7A; }
a { background-color: rgb(73,30,122); }
div.DivClassName
{
background-color: #491E7A;
}
.BgClassName
{
background-color: #491E7A;
}
</style>
border-color css
<style>
span { border-color: #491E7A; }
span { border-color: rgb(73,30,122); }
td.TdClassName
{
border-color: #491E7A;
}
.TagClassName
{
border-color: #491E7A;
}
</style>