Shades of Blue Diamond #492075
Tints of Blue Diamond #492075
RGB
CMYK
RGB Variations
Color information
#492075 (or 0x492075) is known color: Blue Diamond. HEX triplet: 49, 20 and 75. RGB value is (73,32,117). Sum of RGB (Red+Green+Blue) = 73+32+117=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #492075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492075 is #B6DF8A. Grayscale: #353535. Windows color (decimal): -11984779 or 7675977. OLE color: 7675977.
HSL color Cylindrical-coordinate representation of color #492075: hue angle of 268.94º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #492075 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 32 | 117 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.54 |
| HSL | 268.94º | 0.57% | 0.29% | - |
| HSV(B) | 268.94º | 0.73% | 0.46% | - |
| XYZ | 6.48 | 3.73 | 17.21 | - |
| YUV | 53.95 | 163.58 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 117 | 0.38 | 0.73 | 0 | 0.54 | 268.94 | 0.57 | 0.29 |
| Hex | 49 | 20 | 75 | 26 | 49 | 0 | 36 | 10D | 39 | 1D |
| Octal | 111 | 40 | 165 | 46 | 111 | 0 | 66 | 415 | 71 | 35 |
| Binary | 1001001 | 100000 | 1110101 | 100110 | 1001001 | 0 | 110110 | 100001101 | 111001 | 11101 |
Color Harmonies of #492075
Complementary color
Monochromatic Colors of #492075
Black with #492075
Text Example
Text Example
White with #492075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492075; }
p { color: rgb(73,32,117); }
H1.HeaderClassName
{
color: #492075;
}
.AnyTagClassName
{
color: #492075;
}
</style>
background-color css
<style>
a { background-color: #492075; }
a { background-color: rgb(73,32,117); }
div.DivClassName
{
background-color: #492075;
}
.BgClassName
{
background-color: #492075;
}
</style>
border-color css
<style>
span { border-color: #492075; }
span { border-color: rgb(73,32,117); }
td.TdClassName
{
border-color: #492075;
}
.TagClassName
{
border-color: #492075;
}
</style>