Shades of Blue Diamond #493172
Tints of Blue Diamond #493172
RGB
CMYK
RGB Variations
Color information
#493172 (or 0x493172) is known color: Blue Diamond. HEX triplet: 49, 31 and 72. RGB value is (73,49,114). Sum of RGB (Red+Green+Blue) = 73+49+114=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #493172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #493172 is #B6CE8D. Grayscale: #3F3F3F. Windows color (decimal): -11980430 or 7483721. OLE color: 7483721.
HSL color Cylindrical-coordinate representation of color #493172: hue angle of 262.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #493172 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 49 | 114 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.55 |
| HSL | 262.15º | 0.4% | 0.32% | - |
| HSV(B) | 262.15º | 0.57% | 0.45% | - |
| XYZ | 6.88 | 4.83 | 16.49 | - |
| YUV | 63.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 49 | 114 | 0.36 | 0.57 | 0 | 0.55 | 262.15 | 0.4 | 0.32 |
| Hex | 49 | 31 | 72 | 24 | 39 | 0 | 37 | 106 | 28 | 20 |
| Octal | 111 | 61 | 162 | 44 | 71 | 0 | 67 | 406 | 50 | 40 |
| Binary | 1001001 | 110001 | 1110010 | 100100 | 111001 | 0 | 110111 | 100000110 | 101000 | 100000 |
Color Harmonies of #493172
Complementary color
Monochromatic Colors of #493172
Black with #493172
Text Example
Text Example
White with #493172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #493172; }
p { color: rgb(73,49,114); }
H1.HeaderClassName
{
color: #493172;
}
.AnyTagClassName
{
color: #493172;
}
</style>
background-color css
<style>
a { background-color: #493172; }
a { background-color: rgb(73,49,114); }
div.DivClassName
{
background-color: #493172;
}
.BgClassName
{
background-color: #493172;
}
</style>
border-color css
<style>
span { border-color: #493172; }
span { border-color: rgb(73,49,114); }
td.TdClassName
{
border-color: #493172;
}
.TagClassName
{
border-color: #493172;
}
</style>