Shades of Blue Diamond #49226F
Tints of Blue Diamond #49226F
RGB
CMYK
RGB Variations
Color information
#49226F (or 0x49226F) is known color: Blue Diamond. HEX triplet: 49, 22 and 6F. RGB value is (73,34,111). Sum of RGB (Red+Green+Blue) = 73+34+111=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #49226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49226F is #B6DD90. Grayscale: #363636. Windows color (decimal): -11984273 or 7283273. OLE color: 7283273.
HSL color Cylindrical-coordinate representation of color #49226F: hue angle of 270.39º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49226F is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 34 | 111 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.56 |
| HSL | 270.39º | 0.53% | 0.28% | - |
| HSV(B) | 270.39º | 0.69% | 0.44% | - |
| XYZ | 6.19 | 3.71 | 15.43 | - |
| YUV | 54.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 34 | 111 | 0.34 | 0.69 | 0 | 0.56 | 270.39 | 0.53 | 0.28 |
| Hex | 49 | 22 | 6F | 22 | 45 | 0 | 38 | 10E | 35 | 1C |
| Octal | 111 | 42 | 157 | 42 | 105 | 0 | 70 | 416 | 65 | 34 |
| Binary | 1001001 | 100010 | 1101111 | 100010 | 1000101 | 0 | 111000 | 100001110 | 110101 | 11100 |
Color Harmonies of #49226F
Complementary color
Monochromatic Colors of #49226F
Black with #49226F
Text Example
Text Example
White with #49226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49226F; }
p { color: rgb(73,34,111); }
H1.HeaderClassName
{
color: #49226F;
}
.AnyTagClassName
{
color: #49226F;
}
</style>
background-color css
<style>
a { background-color: #49226F; }
a { background-color: rgb(73,34,111); }
div.DivClassName
{
background-color: #49226F;
}
.BgClassName
{
background-color: #49226F;
}
</style>
border-color css
<style>
span { border-color: #49226F; }
span { border-color: rgb(73,34,111); }
td.TdClassName
{
border-color: #49226F;
}
.TagClassName
{
border-color: #49226F;
}
</style>