Shades of Blue Diamond #49296D
Tints of Blue Diamond #49296D
RGB
CMYK
RGB Variations
Color information
#49296D (or 0x49296D) is known color: Blue Diamond. HEX triplet: 49, 29 and 6D. RGB value is (73,41,109). Sum of RGB (Red+Green+Blue) = 73+41+109=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #49296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49296D is #B6D692. Grayscale: #3A3A3A. Windows color (decimal): -11982483 or 7153993. OLE color: 7153993.
HSL color Cylindrical-coordinate representation of color #49296D: hue angle of 268.24º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49296D is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 41 | 109 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.57 |
| HSL | 268.24º | 0.45% | 0.29% | - |
| HSV(B) | 268.24º | 0.62% | 0.43% | - |
| XYZ | 6.3 | 4.11 | 14.93 | - |
| YUV | 58.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 109 | 0.33 | 0.62 | 0 | 0.57 | 268.24 | 0.45 | 0.29 |
| Hex | 49 | 29 | 6D | 21 | 3E | 0 | 39 | 10C | 2D | 1D |
| Octal | 111 | 51 | 155 | 41 | 76 | 0 | 71 | 414 | 55 | 35 |
| Binary | 1001001 | 101001 | 1101101 | 100001 | 111110 | 0 | 111001 | 100001100 | 101101 | 11101 |
Color Harmonies of #49296D
Complementary color
Monochromatic Colors of #49296D
Black with #49296D
Text Example
Text Example
White with #49296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49296D; }
p { color: rgb(73,41,109); }
H1.HeaderClassName
{
color: #49296D;
}
.AnyTagClassName
{
color: #49296D;
}
</style>
background-color css
<style>
a { background-color: #49296D; }
a { background-color: rgb(73,41,109); }
div.DivClassName
{
background-color: #49296D;
}
.BgClassName
{
background-color: #49296D;
}
</style>
border-color css
<style>
span { border-color: #49296D; }
span { border-color: rgb(73,41,109); }
td.TdClassName
{
border-color: #49296D;
}
.TagClassName
{
border-color: #49296D;
}
</style>