Shades of Blue Diamond #49186B
Tints of Blue Diamond #49186B
RGB
CMYK
RGB Variations
Color information
#49186B (or 0x49186B) is known color: Blue Diamond. HEX triplet: 49, 18 and 6B. RGB value is (73,24,107). Sum of RGB (Red+Green+Blue) = 73+24+107=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #49186B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49186B is #B6E794. Grayscale: #2F2F2F. Windows color (decimal): -11986837 or 7018569. OLE color: 7018569.
HSL color Cylindrical-coordinate representation of color #49186B: hue angle of 275.42º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49186B is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 24 | 107 | - |
| CMYK | 0.32 | 0.78 | 0 | 0.58 |
| HSL | 275.42º | 0.63% | 0.26% | - |
| HSV(B) | 275.42º | 0.78% | 0.42% | - |
| XYZ | 5.73 | 3.13 | 14.21 | - |
| YUV | 48.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 107 | 0.32 | 0.78 | 0 | 0.58 | 275.42 | 0.63 | 0.26 |
| Hex | 49 | 18 | 6B | 20 | 4E | 0 | 3A | 113 | 3F | 1A |
| Octal | 111 | 30 | 153 | 40 | 116 | 0 | 72 | 423 | 77 | 32 |
| Binary | 1001001 | 11000 | 1101011 | 100000 | 1001110 | 0 | 111010 | 100010011 | 111111 | 11010 |
Color Harmonies of #49186B
Complementary color
Monochromatic Colors of #49186B
Black with #49186B
Text Example
Text Example
White with #49186B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49186B; }
p { color: rgb(73,24,107); }
H1.HeaderClassName
{
color: #49186B;
}
.AnyTagClassName
{
color: #49186B;
}
</style>
background-color css
<style>
a { background-color: #49186B; }
a { background-color: rgb(73,24,107); }
div.DivClassName
{
background-color: #49186B;
}
.BgClassName
{
background-color: #49186B;
}
</style>
border-color css
<style>
span { border-color: #49186B; }
span { border-color: rgb(73,24,107); }
td.TdClassName
{
border-color: #49186B;
}
.TagClassName
{
border-color: #49186B;
}
</style>