Shades of Blue Diamond #49296F
Tints of Blue Diamond #49296F
RGB
CMYK
RGB Variations
Color information
#49296F (or 0x49296F) is known color: Blue Diamond. HEX triplet: 49, 29 and 6F. RGB value is (73,41,111). Sum of RGB (Red+Green+Blue) = 73+41+111=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #49296F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49296F is #B6D690. Grayscale: #3A3A3A. Windows color (decimal): -11982481 or 7285065. OLE color: 7285065.
HSL color Cylindrical-coordinate representation of color #49296F: hue angle of 267.43º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49296F is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 41 | 111 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.56 |
| HSL | 267.43º | 0.46% | 0.3% | - |
| HSV(B) | 267.43º | 0.63% | 0.44% | - |
| XYZ | 6.41 | 4.15 | 15.5 | - |
| YUV | 58.55 | 157.6 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 41 | 111 | 0.34 | 0.63 | 0 | 0.56 | 267.43 | 0.46 | 0.3 |
| Hex | 49 | 29 | 6F | 22 | 3F | 0 | 38 | 10B | 2E | 1E |
| Octal | 111 | 51 | 157 | 42 | 77 | 0 | 70 | 413 | 56 | 36 |
| Binary | 1001001 | 101001 | 1101111 | 100010 | 111111 | 0 | 111000 | 100001011 | 101110 | 11110 |
Color Harmonies of #49296F
Complementary color
Monochromatic Colors of #49296F
Black with #49296F
Text Example
Text Example
White with #49296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49296F; }
p { color: rgb(73,41,111); }
H1.HeaderClassName
{
color: #49296F;
}
.AnyTagClassName
{
color: #49296F;
}
</style>
background-color css
<style>
a { background-color: #49296F; }
a { background-color: rgb(73,41,111); }
div.DivClassName
{
background-color: #49296F;
}
.BgClassName
{
background-color: #49296F;
}
</style>
border-color css
<style>
span { border-color: #49296F; }
span { border-color: rgb(73,41,111); }
td.TdClassName
{
border-color: #49296F;
}
.TagClassName
{
border-color: #49296F;
}
</style>