Shades of Blue Diamond #492073
Tints of Blue Diamond #492073
RGB
CMYK
RGB Variations
Color information
#492073 (or 0x492073) is known color: Blue Diamond. HEX triplet: 49, 20 and 73. RGB value is (73,32,115). Sum of RGB (Red+Green+Blue) = 73+32+115=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #492073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492073 is #B6DF8C. Grayscale: #353535. Windows color (decimal): -11984781 or 7544905. OLE color: 7544905.
HSL color Cylindrical-coordinate representation of color #492073: hue angle of 269.64º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #492073 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 32 | 115 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.55 |
| HSL | 269.64º | 0.56% | 0.29% | - |
| HSV(B) | 269.64º | 0.72% | 0.45% | - |
| XYZ | 6.36 | 3.69 | 16.6 | - |
| YUV | 53.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 115 | 0.37 | 0.72 | 0 | 0.55 | 269.64 | 0.56 | 0.29 |
| Hex | 49 | 20 | 73 | 25 | 48 | 0 | 37 | 10E | 38 | 1D |
| Octal | 111 | 40 | 163 | 45 | 110 | 0 | 67 | 416 | 70 | 35 |
| Binary | 1001001 | 100000 | 1110011 | 100101 | 1001000 | 0 | 110111 | 100001110 | 111000 | 11101 |
Color Harmonies of #492073
Complementary color
Monochromatic Colors of #492073
Black with #492073
Text Example
Text Example
White with #492073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492073; }
p { color: rgb(73,32,115); }
H1.HeaderClassName
{
color: #492073;
}
.AnyTagClassName
{
color: #492073;
}
</style>
background-color css
<style>
a { background-color: #492073; }
a { background-color: rgb(73,32,115); }
div.DivClassName
{
background-color: #492073;
}
.BgClassName
{
background-color: #492073;
}
</style>
border-color css
<style>
span { border-color: #492073; }
span { border-color: rgb(73,32,115); }
td.TdClassName
{
border-color: #492073;
}
.TagClassName
{
border-color: #492073;
}
</style>