Shades of Blue Diamond #492371
Tints of Blue Diamond #492371
RGB
CMYK
RGB Variations
Color information
#492371 (or 0x492371) is known color: Blue Diamond. HEX triplet: 49, 23 and 71. RGB value is (73,35,113). Sum of RGB (Red+Green+Blue) = 73+35+113=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #492371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492371 is #B6DC8E. Grayscale: #363636. Windows color (decimal): -11984015 or 7414601. OLE color: 7414601.
HSL color Cylindrical-coordinate representation of color #492371: hue angle of 269.23º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #492371 is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 35 | 113 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.56 |
| HSL | 269.23º | 0.53% | 0.29% | - |
| HSV(B) | 269.23º | 0.69% | 0.44% | - |
| XYZ | 6.33 | 3.81 | 16.02 | - |
| YUV | 55.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 113 | 0.35 | 0.69 | 0 | 0.56 | 269.23 | 0.53 | 0.29 |
| Hex | 49 | 23 | 71 | 23 | 45 | 0 | 38 | 10D | 35 | 1D |
| Octal | 111 | 43 | 161 | 43 | 105 | 0 | 70 | 415 | 65 | 35 |
| Binary | 1001001 | 100011 | 1110001 | 100011 | 1000101 | 0 | 111000 | 100001101 | 110101 | 11101 |
Color Harmonies of #492371
Complementary color
Monochromatic Colors of #492371
Black with #492371
Text Example
Text Example
White with #492371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492371; }
p { color: rgb(73,35,113); }
H1.HeaderClassName
{
color: #492371;
}
.AnyTagClassName
{
color: #492371;
}
</style>
background-color css
<style>
a { background-color: #492371; }
a { background-color: rgb(73,35,113); }
div.DivClassName
{
background-color: #492371;
}
.BgClassName
{
background-color: #492371;
}
</style>
border-color css
<style>
span { border-color: #492371; }
span { border-color: rgb(73,35,113); }
td.TdClassName
{
border-color: #492371;
}
.TagClassName
{
border-color: #492371;
}
</style>