Shades of Blue Diamond #49206C
Tints of Blue Diamond #49206C
RGB
CMYK
RGB Variations
Color information
#49206C (or 0x49206C) is known color: Blue Diamond. HEX triplet: 49, 20 and 6C. RGB value is (73,32,108). Sum of RGB (Red+Green+Blue) = 73+32+108=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #49206C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206C is #B6DF93. Grayscale: #343434. Windows color (decimal): -11984788 or 7086153. OLE color: 7086153.
HSL color Cylindrical-coordinate representation of color #49206C: hue angle of 272.37º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49206C is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 32 | 108 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.58 |
| HSL | 272.37º | 0.54% | 0.27% | - |
| HSV(B) | 272.37º | 0.7% | 0.42% | - |
| XYZ | 5.97 | 3.53 | 14.55 | - |
| YUV | 52.92 | 159.08 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 108 | 0.32 | 0.70 | 0 | 0.58 | 272.37 | 0.54 | 0.27 |
| Hex | 49 | 20 | 6C | 20 | 46 | 0 | 3A | 110 | 36 | 1B |
| Octal | 111 | 40 | 154 | 40 | 106 | 0 | 72 | 420 | 66 | 33 |
| Binary | 1001001 | 100000 | 1101100 | 100000 | 1000110 | 0 | 111010 | 100010000 | 110110 | 11011 |
Color Harmonies of #49206C
Complementary color
Monochromatic Colors of #49206C
Black with #49206C
Text Example
Text Example
White with #49206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49206C; }
p { color: rgb(73,32,108); }
H1.HeaderClassName
{
color: #49206C;
}
.AnyTagClassName
{
color: #49206C;
}
</style>
background-color css
<style>
a { background-color: #49206C; }
a { background-color: rgb(73,32,108); }
div.DivClassName
{
background-color: #49206C;
}
.BgClassName
{
background-color: #49206C;
}
</style>
border-color css
<style>
span { border-color: #49206C; }
span { border-color: rgb(73,32,108); }
td.TdClassName
{
border-color: #49206C;
}
.TagClassName
{
border-color: #49206C;
}
</style>