Shades of Blue Diamond #49236B
Tints of Blue Diamond #49236B
RGB
CMYK
RGB Variations
Color information
#49236B (or 0x49236B) is known color: Blue Diamond. HEX triplet: 49, 23 and 6B. RGB value is (73,35,107). Sum of RGB (Red+Green+Blue) = 73+35+107=215 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.95% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #49236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49236B is #B6DC94. Grayscale: #363636. Windows color (decimal): -11984021 or 7021385. OLE color: 7021385.
HSL color Cylindrical-coordinate representation of color #49236B: hue angle of 271.67º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49236B is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 35 | 107 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.58 |
| HSL | 271.67º | 0.51% | 0.28% | - |
| HSV(B) | 271.67º | 0.67% | 0.42% | - |
| XYZ | 6 | 3.68 | 14.3 | - |
| YUV | 54.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 35 | 107 | 0.32 | 0.67 | 0 | 0.58 | 271.67 | 0.51 | 0.28 |
| Hex | 49 | 23 | 6B | 20 | 43 | 0 | 3A | 110 | 33 | 1C |
| Octal | 111 | 43 | 153 | 40 | 103 | 0 | 72 | 420 | 63 | 34 |
| Binary | 1001001 | 100011 | 1101011 | 100000 | 1000011 | 0 | 111010 | 100010000 | 110011 | 11100 |
Color Harmonies of #49236B
Complementary color
Monochromatic Colors of #49236B
Black with #49236B
Text Example
Text Example
White with #49236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49236B; }
p { color: rgb(73,35,107); }
H1.HeaderClassName
{
color: #49236B;
}
.AnyTagClassName
{
color: #49236B;
}
</style>
background-color css
<style>
a { background-color: #49236B; }
a { background-color: rgb(73,35,107); }
div.DivClassName
{
background-color: #49236B;
}
.BgClassName
{
background-color: #49236B;
}
</style>
border-color css
<style>
span { border-color: #49236B; }
span { border-color: rgb(73,35,107); }
td.TdClassName
{
border-color: #49236B;
}
.TagClassName
{
border-color: #49236B;
}
</style>