Shades of Blue Diamond #49246B
Tints of Blue Diamond #49246B
RGB
CMYK
RGB Variations
Color information
#49246B (or 0x49246B) is known color: Blue Diamond. HEX triplet: 49, 24 and 6B. RGB value is (73,36,107). Sum of RGB (Red+Green+Blue) = 73+36+107=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 36 (14.45% from 255 or 16.67% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #49246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49246B is #B6DB94. Grayscale: #363636. Windows color (decimal): -11983765 or 7021641. OLE color: 7021641.
HSL color Cylindrical-coordinate representation of color #49246B: hue angle of 271.27º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49246B is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 36 | 107 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.58 |
| HSL | 271.27º | 0.5% | 0.28% | - |
| HSV(B) | 271.27º | 0.66% | 0.42% | - |
| XYZ | 6.03 | 3.74 | 14.31 | - |
| YUV | 55.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 36 | 107 | 0.32 | 0.66 | 0 | 0.58 | 271.27 | 0.5 | 0.28 |
| Hex | 49 | 24 | 6B | 20 | 42 | 0 | 3A | 10F | 32 | 1C |
| Octal | 111 | 44 | 153 | 40 | 102 | 0 | 72 | 417 | 62 | 34 |
| Binary | 1001001 | 100100 | 1101011 | 100000 | 1000010 | 0 | 111010 | 100001111 | 110010 | 11100 |
Color Harmonies of #49246B
Complementary color
Monochromatic Colors of #49246B
Black with #49246B
Text Example
Text Example
White with #49246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49246B; }
p { color: rgb(73,36,107); }
H1.HeaderClassName
{
color: #49246B;
}
.AnyTagClassName
{
color: #49246B;
}
</style>
background-color css
<style>
a { background-color: #49246B; }
a { background-color: rgb(73,36,107); }
div.DivClassName
{
background-color: #49246B;
}
.BgClassName
{
background-color: #49246B;
}
</style>
border-color css
<style>
span { border-color: #49246B; }
span { border-color: rgb(73,36,107); }
td.TdClassName
{
border-color: #49246B;
}
.TagClassName
{
border-color: #49246B;
}
</style>