Shades of Blue Diamond #47226D
Tints of Blue Diamond #47226D
RGB
CMYK
RGB Variations
Color information
#47226D (or 0x47226D) is known color: Blue Diamond. HEX triplet: 47, 22 and 6D. RGB value is (71,34,109). Sum of RGB (Red+Green+Blue) = 71+34+109=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #47226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47226D is #B8DD92. Grayscale: #353535. Windows color (decimal): -12115347 or 7152199. OLE color: 7152199.
HSL color Cylindrical-coordinate representation of color #47226D: hue angle of 269.6º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47226D is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 34 | 109 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.57 |
| HSL | 269.6º | 0.52% | 0.28% | - |
| HSV(B) | 269.6º | 0.69% | 0.43% | - |
| XYZ | 5.93 | 3.59 | 14.85 | - |
| YUV | 53.61 | 159.26 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 109 | 0.35 | 0.69 | 0 | 0.57 | 269.6 | 0.52 | 0.28 |
| Hex | 47 | 22 | 6D | 23 | 45 | 0 | 39 | 10E | 34 | 1C |
| Octal | 107 | 42 | 155 | 43 | 105 | 0 | 71 | 416 | 64 | 34 |
| Binary | 1000111 | 100010 | 1101101 | 100011 | 1000101 | 0 | 111001 | 100001110 | 110100 | 11100 |
Color Harmonies of #47226D
Complementary color
Monochromatic Colors of #47226D
Black with #47226D
Text Example
Text Example
White with #47226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47226D; }
p { color: rgb(71,34,109); }
H1.HeaderClassName
{
color: #47226D;
}
.AnyTagClassName
{
color: #47226D;
}
</style>
background-color css
<style>
a { background-color: #47226D; }
a { background-color: rgb(71,34,109); }
div.DivClassName
{
background-color: #47226D;
}
.BgClassName
{
background-color: #47226D;
}
</style>
border-color css
<style>
span { border-color: #47226D; }
span { border-color: rgb(71,34,109); }
td.TdClassName
{
border-color: #47226D;
}
.TagClassName
{
border-color: #47226D;
}
</style>