Shades of Blue Diamond #492E73
Tints of Blue Diamond #492E73
RGB
CMYK
RGB Variations
Color information
#492E73 (or 0x492E73) is known color: Blue Diamond. HEX triplet: 49, 2E and 73. RGB value is (73,46,115). Sum of RGB (Red+Green+Blue) = 73+46+115=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #492E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492E73 is #B6D18C. Grayscale: #3D3D3D. Windows color (decimal): -11981197 or 7548489. OLE color: 7548489.
HSL color Cylindrical-coordinate representation of color #492E73: hue angle of 263.48º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #492E73 is Cyan = 0.37, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 46 | 115 | - |
| CMYK | 0.37 | 0.6 | 0 | 0.55 |
| HSL | 263.48º | 0.43% | 0.32% | - |
| HSV(B) | 263.48º | 0.6% | 0.45% | - |
| XYZ | 6.82 | 4.61 | 16.75 | - |
| YUV | 61.94 | 157.95 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 46 | 115 | 0.37 | 0.6 | 0 | 0.55 | 263.48 | 0.43 | 0.32 |
| Hex | 49 | 2E | 73 | 25 | 3C | 0 | 37 | 107 | 2B | 20 |
| Octal | 111 | 56 | 163 | 45 | 74 | 0 | 67 | 407 | 53 | 40 |
| Binary | 1001001 | 101110 | 1110011 | 100101 | 111100 | 0 | 110111 | 100000111 | 101011 | 100000 |
Color Harmonies of #492E73
Complementary color
Monochromatic Colors of #492E73
Black with #492E73
Text Example
Text Example
White with #492E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492E73; }
p { color: rgb(73,46,115); }
H1.HeaderClassName
{
color: #492E73;
}
.AnyTagClassName
{
color: #492E73;
}
</style>
background-color css
<style>
a { background-color: #492E73; }
a { background-color: rgb(73,46,115); }
div.DivClassName
{
background-color: #492E73;
}
.BgClassName
{
background-color: #492E73;
}
</style>
border-color css
<style>
span { border-color: #492E73; }
span { border-color: rgb(73,46,115); }
td.TdClassName
{
border-color: #492E73;
}
.TagClassName
{
border-color: #492E73;
}
</style>