Shades of Blue Diamond #49306D
Tints of Blue Diamond #49306D
RGB
CMYK
RGB Variations
Color information
#49306D (or 0x49306D) is known color: Blue Diamond. HEX triplet: 49, 30 and 6D. RGB value is (73,48,109). Sum of RGB (Red+Green+Blue) = 73+48+109=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #49306D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49306D is #B6CF92. Grayscale: #3E3E3E. Windows color (decimal): -11980691 or 7155785. OLE color: 7155785.
HSL color Cylindrical-coordinate representation of color #49306D: hue angle of 264.59º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49306D is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 48 | 109 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.57 |
| HSL | 264.59º | 0.39% | 0.31% | - |
| HSV(B) | 264.59º | 0.56% | 0.43% | - |
| XYZ | 6.56 | 4.63 | 15.02 | - |
| YUV | 62.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 48 | 109 | 0.33 | 0.56 | 0 | 0.57 | 264.59 | 0.39 | 0.31 |
| Hex | 49 | 30 | 6D | 21 | 38 | 0 | 39 | 109 | 27 | 1F |
| Octal | 111 | 60 | 155 | 41 | 70 | 0 | 71 | 411 | 47 | 37 |
| Binary | 1001001 | 110000 | 1101101 | 100001 | 111000 | 0 | 111001 | 100001001 | 100111 | 11111 |
Color Harmonies of #49306D
Complementary color
Monochromatic Colors of #49306D
Black with #49306D
Text Example
Text Example
White with #49306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49306D; }
p { color: rgb(73,48,109); }
H1.HeaderClassName
{
color: #49306D;
}
.AnyTagClassName
{
color: #49306D;
}
</style>
background-color css
<style>
a { background-color: #49306D; }
a { background-color: rgb(73,48,109); }
div.DivClassName
{
background-color: #49306D;
}
.BgClassName
{
background-color: #49306D;
}
</style>
border-color css
<style>
span { border-color: #49306D; }
span { border-color: rgb(73,48,109); }
td.TdClassName
{
border-color: #49306D;
}
.TagClassName
{
border-color: #49306D;
}
</style>