Shades of Blue Diamond #49166B
Tints of Blue Diamond #49166B
RGB
CMYK
RGB Variations
Color information
#49166B (or 0x49166B) is known color: Blue Diamond. HEX triplet: 49, 16 and 6B. RGB value is (73,22,107). Sum of RGB (Red+Green+Blue) = 73+22+107=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #49166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49166B is #B6E994. Grayscale: #2E2E2E. Windows color (decimal): -11987349 or 7018057. OLE color: 7018057.
HSL color Cylindrical-coordinate representation of color #49166B: hue angle of 276º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49166B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 22 | 107 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.58 |
| HSL | 276º | 0.66% | 0.25% | - |
| HSV(B) | 276º | 0.79% | 0.42% | - |
| XYZ | 5.69 | 3.05 | 14.2 | - |
| YUV | 46.94 | 161.9 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 107 | 0.32 | 0.79 | 0 | 0.58 | 276 | 0.66 | 0.25 |
| Hex | 49 | 16 | 6B | 20 | 4F | 0 | 3A | 114 | 42 | 19 |
| Octal | 111 | 26 | 153 | 40 | 117 | 0 | 72 | 424 | 102 | 31 |
| Binary | 1001001 | 10110 | 1101011 | 100000 | 1001111 | 0 | 111010 | 100010100 | 1000010 | 11001 |
Color Harmonies of #49166B
Complementary color
Monochromatic Colors of #49166B
Black with #49166B
Text Example
Text Example
White with #49166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49166B; }
p { color: rgb(73,22,107); }
H1.HeaderClassName
{
color: #49166B;
}
.AnyTagClassName
{
color: #49166B;
}
</style>
background-color css
<style>
a { background-color: #49166B; }
a { background-color: rgb(73,22,107); }
div.DivClassName
{
background-color: #49166B;
}
.BgClassName
{
background-color: #49166B;
}
</style>
border-color css
<style>
span { border-color: #49166B; }
span { border-color: rgb(73,22,107); }
td.TdClassName
{
border-color: #49166B;
}
.TagClassName
{
border-color: #49166B;
}
</style>