Shades of Blue Diamond #492D73
Tints of Blue Diamond #492D73
RGB
CMYK
RGB Variations
Color information
#492D73 (or 0x492D73) is known color: Blue Diamond. HEX triplet: 49, 2D and 73. RGB value is (73,45,115). Sum of RGB (Red+Green+Blue) = 73+45+115=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 45 (17.97% from 255 or 19.31% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #492D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492D73 is #B6D28C. Grayscale: #3D3D3D. Windows color (decimal): -11981453 or 7548233. OLE color: 7548233.
HSL color Cylindrical-coordinate representation of color #492D73: hue angle of 264º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #492D73 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 45 | 115 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.55 |
| HSL | 264º | 0.44% | 0.31% | - |
| HSV(B) | 264º | 0.61% | 0.45% | - |
| XYZ | 6.78 | 4.53 | 16.74 | - |
| YUV | 61.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 45 | 115 | 0.37 | 0.61 | 0 | 0.55 | 264 | 0.44 | 0.31 |
| Hex | 49 | 2D | 73 | 25 | 3D | 0 | 37 | 108 | 2C | 1F |
| Octal | 111 | 55 | 163 | 45 | 75 | 0 | 67 | 410 | 54 | 37 |
| Binary | 1001001 | 101101 | 1110011 | 100101 | 111101 | 0 | 110111 | 100001000 | 101100 | 11111 |
Color Harmonies of #492D73
Complementary color
Monochromatic Colors of #492D73
Black with #492D73
Text Example
Text Example
White with #492D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492D73; }
p { color: rgb(73,45,115); }
H1.HeaderClassName
{
color: #492D73;
}
.AnyTagClassName
{
color: #492D73;
}
</style>
background-color css
<style>
a { background-color: #492D73; }
a { background-color: rgb(73,45,115); }
div.DivClassName
{
background-color: #492D73;
}
.BgClassName
{
background-color: #492D73;
}
</style>
border-color css
<style>
span { border-color: #492D73; }
span { border-color: rgb(73,45,115); }
td.TdClassName
{
border-color: #492D73;
}
.TagClassName
{
border-color: #492D73;
}
</style>