Shades of Blue Diamond #49206B
Tints of Blue Diamond #49206B
RGB
CMYK
RGB Variations
Color information
#49206B (or 0x49206B) is known color: Blue Diamond. HEX triplet: 49, 20 and 6B. RGB value is (73,32,107). Sum of RGB (Red+Green+Blue) = 73+32+107=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #49206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49206B is #B6DF94. Grayscale: #343434. Windows color (decimal): -11984789 or 7020617. OLE color: 7020617.
HSL color Cylindrical-coordinate representation of color #49206B: hue angle of 272.8º 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 #49206B is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 32 | 107 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.58 |
| HSL | 272.8º | 0.54% | 0.27% | - |
| HSV(B) | 272.8º | 0.7% | 0.42% | - |
| XYZ | 5.92 | 3.51 | 14.28 | - |
| YUV | 52.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 32 | 107 | 0.32 | 0.70 | 0 | 0.58 | 272.8 | 0.54 | 0.27 |
| Hex | 49 | 20 | 6B | 20 | 46 | 0 | 3A | 111 | 36 | 1B |
| Octal | 111 | 40 | 153 | 40 | 106 | 0 | 72 | 421 | 66 | 33 |
| Binary | 1001001 | 100000 | 1101011 | 100000 | 1000110 | 0 | 111010 | 100010001 | 110110 | 11011 |
Color Harmonies of #49206B
Complementary color
Monochromatic Colors of #49206B
Black with #49206B
Text Example
Text Example
White with #49206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49206B; }
p { color: rgb(73,32,107); }
H1.HeaderClassName
{
color: #49206B;
}
.AnyTagClassName
{
color: #49206B;
}
</style>
background-color css
<style>
a { background-color: #49206B; }
a { background-color: rgb(73,32,107); }
div.DivClassName
{
background-color: #49206B;
}
.BgClassName
{
background-color: #49206B;
}
</style>
border-color css
<style>
span { border-color: #49206B; }
span { border-color: rgb(73,32,107); }
td.TdClassName
{
border-color: #49206B;
}
.TagClassName
{
border-color: #49206B;
}
</style>