Shades of Blue Diamond #49296B
Tints of Blue Diamond #49296B
RGB
CMYK
RGB Variations
Color information
#49296B (or 0x49296B) is known color: Blue Diamond. HEX triplet: 49, 29 and 6B. RGB value is (73,41,107). Sum of RGB (Red+Green+Blue) = 73+41+107=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 107 - color contains mainly: blue. Hex color #49296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49296B is #B6D694. Grayscale: #393939. Windows color (decimal): -11982485 or 7022921. OLE color: 7022921.
HSL color Cylindrical-coordinate representation of color #49296B: hue angle of 269.09º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49296B is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 41 | 107 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.58 |
| HSL | 269.09º | 0.45% | 0.29% | - |
| HSV(B) | 269.09º | 0.62% | 0.42% | - |
| XYZ | 6.19 | 4.06 | 14.37 | - |
| YUV | 58.09 | 155.6 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 107 | 0.32 | 0.62 | 0 | 0.58 | 269.09 | 0.45 | 0.29 |
| Hex | 49 | 29 | 6B | 20 | 3E | 0 | 3A | 10D | 2D | 1D |
| Octal | 111 | 51 | 153 | 40 | 76 | 0 | 72 | 415 | 55 | 35 |
| Binary | 1001001 | 101001 | 1101011 | 100000 | 111110 | 0 | 111010 | 100001101 | 101101 | 11101 |
Color Harmonies of #49296B
Complementary color
Monochromatic Colors of #49296B
Black with #49296B
Text Example
Text Example
White with #49296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49296B; }
p { color: rgb(73,41,107); }
H1.HeaderClassName
{
color: #49296B;
}
.AnyTagClassName
{
color: #49296B;
}
</style>
background-color css
<style>
a { background-color: #49296B; }
a { background-color: rgb(73,41,107); }
div.DivClassName
{
background-color: #49296B;
}
.BgClassName
{
background-color: #49296B;
}
</style>
border-color css
<style>
span { border-color: #49296B; }
span { border-color: rgb(73,41,107); }
td.TdClassName
{
border-color: #49296B;
}
.TagClassName
{
border-color: #49296B;
}
</style>