Shades of Blue Diamond #493169
Tints of Blue Diamond #493169
RGB
CMYK
RGB Variations
Color information
#493169 (or 0x493169) is known color: Blue Diamond. HEX triplet: 49, 31 and 69. RGB value is (73,49,105). Sum of RGB (Red+Green+Blue) = 73+49+105=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #493169 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493169 is #B6CE96. Grayscale: #3E3E3E. Windows color (decimal): -11980439 or 6893897. OLE color: 6893897.
HSL color Cylindrical-coordinate representation of color #493169: hue angle of 265.71º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #493169 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 49 | 105 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.59 |
| HSL | 265.71º | 0.36% | 0.3% | - |
| HSV(B) | 265.71º | 0.53% | 0.41% | - |
| XYZ | 6.4 | 4.63 | 13.92 | - |
| YUV | 62.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 105 | 0.30 | 0.53 | 0 | 0.59 | 265.71 | 0.36 | 0.3 |
| Hex | 49 | 31 | 69 | 1E | 35 | 0 | 3B | 10A | 24 | 1E |
| Octal | 111 | 61 | 151 | 36 | 65 | 0 | 73 | 412 | 44 | 36 |
| Binary | 1001001 | 110001 | 1101001 | 11110 | 110101 | 0 | 111011 | 100001010 | 100100 | 11110 |
Color Harmonies of #493169
Complementary color
Monochromatic Colors of #493169
Black with #493169
Text Example
Text Example
White with #493169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493169; }
p { color: rgb(73,49,105); }
H1.HeaderClassName
{
color: #493169;
}
.AnyTagClassName
{
color: #493169;
}
</style>
background-color css
<style>
a { background-color: #493169; }
a { background-color: rgb(73,49,105); }
div.DivClassName
{
background-color: #493169;
}
.BgClassName
{
background-color: #493169;
}
</style>
border-color css
<style>
span { border-color: #493169; }
span { border-color: rgb(73,49,105); }
td.TdClassName
{
border-color: #493169;
}
.TagClassName
{
border-color: #493169;
}
</style>