Shades of Blue Diamond #49186A
Tints of Blue Diamond #49186A
RGB
CMYK
RGB Variations
Color information
#49186A (or 0x49186A) is known color: Blue Diamond. HEX triplet: 49, 18 and 6A. RGB value is (73,24,106). Sum of RGB (Red+Green+Blue) = 73+24+106=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #49186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49186A is #B6E795. Grayscale: #2F2F2F. Windows color (decimal): -11986838 or 6953033. OLE color: 6953033.
HSL color Cylindrical-coordinate representation of color #49186A: hue angle of 275.85º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49186A is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 24 | 106 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.58 |
| HSL | 275.85º | 0.63% | 0.25% | - |
| HSV(B) | 275.85º | 0.77% | 0.42% | - |
| XYZ | 5.68 | 3.11 | 13.94 | - |
| YUV | 48 | 160.73 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 106 | 0.31 | 0.77 | 0 | 0.58 | 275.85 | 0.63 | 0.25 |
| Hex | 49 | 18 | 6A | 1F | 4D | 0 | 3A | 114 | 3F | 19 |
| Octal | 111 | 30 | 152 | 37 | 115 | 0 | 72 | 424 | 77 | 31 |
| Binary | 1001001 | 11000 | 1101010 | 11111 | 1001101 | 0 | 111010 | 100010100 | 111111 | 11001 |
Color Harmonies of #49186A
Complementary color
Monochromatic Colors of #49186A
Black with #49186A
Text Example
Text Example
White with #49186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49186A; }
p { color: rgb(73,24,106); }
H1.HeaderClassName
{
color: #49186A;
}
.AnyTagClassName
{
color: #49186A;
}
</style>
background-color css
<style>
a { background-color: #49186A; }
a { background-color: rgb(73,24,106); }
div.DivClassName
{
background-color: #49186A;
}
.BgClassName
{
background-color: #49186A;
}
</style>
border-color css
<style>
span { border-color: #49186A; }
span { border-color: rgb(73,24,106); }
td.TdClassName
{
border-color: #49186A;
}
.TagClassName
{
border-color: #49186A;
}
</style>