Shades of Blue Diamond #49176F
Tints of Blue Diamond #49176F
RGB
CMYK
RGB Variations
Color information
#49176F (or 0x49176F) is known color: Blue Diamond. HEX triplet: 49, 17 and 6F. RGB value is (73,23,111). Sum of RGB (Red+Green+Blue) = 73+23+111=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 111 (43.75% from 255 or 53.62% from 207); Max value from RGB is 111 - color contains mainly: blue. Hex color #49176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49176F is #B6E890. Grayscale: #2F2F2F. Windows color (decimal): -11987089 or 7280457. OLE color: 7280457.
HSL color Cylindrical-coordinate representation of color #49176F: hue angle of 274.09º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49176F is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 23 | 111 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.56 |
| HSL | 274.09º | 0.66% | 0.26% | - |
| HSV(B) | 274.09º | 0.79% | 0.44% | - |
| XYZ | 5.92 | 3.18 | 15.34 | - |
| YUV | 47.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 111 | 0.34 | 0.79 | 0 | 0.56 | 274.09 | 0.66 | 0.26 |
| Hex | 49 | 17 | 6F | 22 | 4F | 0 | 38 | 112 | 42 | 1A |
| Octal | 111 | 27 | 157 | 42 | 117 | 0 | 70 | 422 | 102 | 32 |
| Binary | 1001001 | 10111 | 1101111 | 100010 | 1001111 | 0 | 111000 | 100010010 | 1000010 | 11010 |
Color Harmonies of #49176F
Complementary color
Monochromatic Colors of #49176F
Black with #49176F
Text Example
Text Example
White with #49176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49176F; }
p { color: rgb(73,23,111); }
H1.HeaderClassName
{
color: #49176F;
}
.AnyTagClassName
{
color: #49176F;
}
</style>
background-color css
<style>
a { background-color: #49176F; }
a { background-color: rgb(73,23,111); }
div.DivClassName
{
background-color: #49176F;
}
.BgClassName
{
background-color: #49176F;
}
</style>
border-color css
<style>
span { border-color: #49176F; }
span { border-color: rgb(73,23,111); }
td.TdClassName
{
border-color: #49176F;
}
.TagClassName
{
border-color: #49176F;
}
</style>