Shades of Blue Diamond #49326B
Tints of Blue Diamond #49326B
RGB
CMYK
RGB Variations
Color information
#49326B (or 0x49326B) is known color: Blue Diamond. HEX triplet: 49, 32 and 6B. RGB value is (73,50,107). Sum of RGB (Red+Green+Blue) = 73+50+107=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #49326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49326B is #B6CD94. Grayscale: #3F3F3F. Windows color (decimal): -11980181 or 7025225. OLE color: 7025225.
HSL color Cylindrical-coordinate representation of color #49326B: hue angle of 264.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49326B is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 50 | 107 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.58 |
| HSL | 264.21º | 0.36% | 0.31% | - |
| HSV(B) | 264.21º | 0.53% | 0.42% | - |
| XYZ | 6.54 | 4.76 | 14.48 | - |
| YUV | 63.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 50 | 107 | 0.32 | 0.53 | 0 | 0.58 | 264.21 | 0.36 | 0.31 |
| Hex | 49 | 32 | 6B | 20 | 35 | 0 | 3A | 108 | 24 | 1F |
| Octal | 111 | 62 | 153 | 40 | 65 | 0 | 72 | 410 | 44 | 37 |
| Binary | 1001001 | 110010 | 1101011 | 100000 | 110101 | 0 | 111010 | 100001000 | 100100 | 11111 |
Color Harmonies of #49326B
Complementary color
Monochromatic Colors of #49326B
Black with #49326B
Text Example
Text Example
White with #49326B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49326B; }
p { color: rgb(73,50,107); }
H1.HeaderClassName
{
color: #49326B;
}
.AnyTagClassName
{
color: #49326B;
}
</style>
background-color css
<style>
a { background-color: #49326B; }
a { background-color: rgb(73,50,107); }
div.DivClassName
{
background-color: #49326B;
}
.BgClassName
{
background-color: #49326B;
}
</style>
border-color css
<style>
span { border-color: #49326B; }
span { border-color: rgb(73,50,107); }
td.TdClassName
{
border-color: #49326B;
}
.TagClassName
{
border-color: #49326B;
}
</style>