Shades of Blue Diamond #491E73
Tints of Blue Diamond #491E73
RGB
CMYK
RGB Variations
Color information
#491E73 (or 0x491E73) is known color: Blue Diamond. HEX triplet: 49, 1E and 73. RGB value is (73,30,115). Sum of RGB (Red+Green+Blue) = 73+30+115=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #491E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E73 is #B6E18C. Grayscale: #343434. Windows color (decimal): -11985293 or 7544393. OLE color: 7544393.
HSL color Cylindrical-coordinate representation of color #491E73: hue angle of 270.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #491E73 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 30 | 115 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.55 |
| HSL | 270.35º | 0.59% | 0.28% | - |
| HSV(B) | 270.35º | 0.74% | 0.45% | - |
| XYZ | 6.31 | 3.58 | 16.58 | - |
| YUV | 52.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 30 | 115 | 0.37 | 0.74 | 0 | 0.55 | 270.35 | 0.59 | 0.28 |
| Hex | 49 | 1E | 73 | 25 | 4A | 0 | 37 | 10E | 3B | 1C |
| Octal | 111 | 36 | 163 | 45 | 112 | 0 | 67 | 416 | 73 | 34 |
| Binary | 1001001 | 11110 | 1110011 | 100101 | 1001010 | 0 | 110111 | 100001110 | 111011 | 11100 |
Color Harmonies of #491E73
Complementary color
Monochromatic Colors of #491E73
Black with #491E73
Text Example
Text Example
White with #491E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491E73; }
p { color: rgb(73,30,115); }
H1.HeaderClassName
{
color: #491E73;
}
.AnyTagClassName
{
color: #491E73;
}
</style>
background-color css
<style>
a { background-color: #491E73; }
a { background-color: rgb(73,30,115); }
div.DivClassName
{
background-color: #491E73;
}
.BgClassName
{
background-color: #491E73;
}
</style>
border-color css
<style>
span { border-color: #491E73; }
span { border-color: rgb(73,30,115); }
td.TdClassName
{
border-color: #491E73;
}
.TagClassName
{
border-color: #491E73;
}
</style>