Shades of Blue Diamond #49276D
Tints of Blue Diamond #49276D
RGB
CMYK
RGB Variations
Color information
#49276D (or 0x49276D) is known color: Blue Diamond. HEX triplet: 49, 27 and 6D. RGB value is (73,39,109). Sum of RGB (Red+Green+Blue) = 73+39+109=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #49276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49276D is #B6D892. Grayscale: #383838. Windows color (decimal): -11982995 or 7153481. OLE color: 7153481.
HSL color Cylindrical-coordinate representation of color #49276D: hue angle of 269.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49276D is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 39 | 109 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.57 |
| HSL | 269.14º | 0.47% | 0.29% | - |
| HSV(B) | 269.14º | 0.64% | 0.43% | - |
| XYZ | 6.23 | 3.97 | 14.91 | - |
| YUV | 57.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 39 | 109 | 0.33 | 0.64 | 0 | 0.57 | 269.14 | 0.47 | 0.29 |
| Hex | 49 | 27 | 6D | 21 | 40 | 0 | 39 | 10D | 2F | 1D |
| Octal | 111 | 47 | 155 | 41 | 100 | 0 | 71 | 415 | 57 | 35 |
| Binary | 1001001 | 100111 | 1101101 | 100001 | 1000000 | 0 | 111001 | 100001101 | 101111 | 11101 |
Color Harmonies of #49276D
Complementary color
Monochromatic Colors of #49276D
Black with #49276D
Text Example
Text Example
White with #49276D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49276D; }
p { color: rgb(73,39,109); }
H1.HeaderClassName
{
color: #49276D;
}
.AnyTagClassName
{
color: #49276D;
}
</style>
background-color css
<style>
a { background-color: #49276D; }
a { background-color: rgb(73,39,109); }
div.DivClassName
{
background-color: #49276D;
}
.BgClassName
{
background-color: #49276D;
}
</style>
border-color css
<style>
span { border-color: #49276D; }
span { border-color: rgb(73,39,109); }
td.TdClassName
{
border-color: #49276D;
}
.TagClassName
{
border-color: #49276D;
}
</style>