Shades of Blue Diamond #49176A
Tints of Blue Diamond #49176A
RGB
CMYK
RGB Variations
Color information
#49176A (or 0x49176A) is known color: Blue Diamond. HEX triplet: 49, 17 and 6A. RGB value is (73,23,106). Sum of RGB (Red+Green+Blue) = 73+23+106=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 106 (41.80% from 255 or 52.48% from 202); Max value from RGB is 106 - color contains mainly: blue. Hex color #49176A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49176A is #B6E895. Grayscale: #2F2F2F. Windows color (decimal): -11987094 or 6952777. OLE color: 6952777.
HSL color Cylindrical-coordinate representation of color #49176A: hue angle of 276.14º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49176A is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 23 | 106 | - |
| CMYK | 0.31 | 0.78 | 0 | 0.58 |
| HSL | 276.14º | 0.64% | 0.25% | - |
| HSV(B) | 276.14º | 0.78% | 0.42% | - |
| XYZ | 5.66 | 3.07 | 13.93 | - |
| YUV | 47.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 106 | 0.31 | 0.78 | 0 | 0.58 | 276.14 | 0.64 | 0.25 |
| Hex | 49 | 17 | 6A | 1F | 4E | 0 | 3A | 114 | 40 | 19 |
| Octal | 111 | 27 | 152 | 37 | 116 | 0 | 72 | 424 | 100 | 31 |
| Binary | 1001001 | 10111 | 1101010 | 11111 | 1001110 | 0 | 111010 | 100010100 | 1000000 | 11001 |
Color Harmonies of #49176A
Complementary color
Monochromatic Colors of #49176A
Black with #49176A
Text Example
Text Example
White with #49176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49176A; }
p { color: rgb(73,23,106); }
H1.HeaderClassName
{
color: #49176A;
}
.AnyTagClassName
{
color: #49176A;
}
</style>
background-color css
<style>
a { background-color: #49176A; }
a { background-color: rgb(73,23,106); }
div.DivClassName
{
background-color: #49176A;
}
.BgClassName
{
background-color: #49176A;
}
</style>
border-color css
<style>
span { border-color: #49176A; }
span { border-color: rgb(73,23,106); }
td.TdClassName
{
border-color: #49176A;
}
.TagClassName
{
border-color: #49176A;
}
</style>