Shades of Blue Diamond #49216B
Tints of Blue Diamond #49216B
RGB
CMYK
RGB Variations
Color information
#49216B (or 0x49216B) is known color: Blue Diamond. HEX triplet: 49, 21 and 6B. RGB value is (73,33,107). Sum of RGB (Red+Green+Blue) = 73+33+107=213 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.27% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #49216B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49216B is #B6DE94. Grayscale: #353535. Windows color (decimal): -11984533 or 7020873. OLE color: 7020873.
HSL color Cylindrical-coordinate representation of color #49216B: hue angle of 272.43º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49216B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 33 | 107 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.58 |
| HSL | 272.43º | 0.53% | 0.27% | - |
| HSV(B) | 272.43º | 0.69% | 0.42% | - |
| XYZ | 5.95 | 3.57 | 14.28 | - |
| YUV | 53.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 33 | 107 | 0.32 | 0.69 | 0 | 0.58 | 272.43 | 0.53 | 0.27 |
| Hex | 49 | 21 | 6B | 20 | 45 | 0 | 3A | 110 | 35 | 1B |
| Octal | 111 | 41 | 153 | 40 | 105 | 0 | 72 | 420 | 65 | 33 |
| Binary | 1001001 | 100001 | 1101011 | 100000 | 1000101 | 0 | 111010 | 100010000 | 110101 | 11011 |
Color Harmonies of #49216B
Complementary color
Monochromatic Colors of #49216B
Black with #49216B
Text Example
Text Example
White with #49216B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49216B; }
p { color: rgb(73,33,107); }
H1.HeaderClassName
{
color: #49216B;
}
.AnyTagClassName
{
color: #49216B;
}
</style>
background-color css
<style>
a { background-color: #49216B; }
a { background-color: rgb(73,33,107); }
div.DivClassName
{
background-color: #49216B;
}
.BgClassName
{
background-color: #49216B;
}
</style>
border-color css
<style>
span { border-color: #49216B; }
span { border-color: rgb(73,33,107); }
td.TdClassName
{
border-color: #49216B;
}
.TagClassName
{
border-color: #49216B;
}
</style>