Shades of Blue Diamond #47226F
Tints of Blue Diamond #47226F
RGB
CMYK
RGB Variations
Color information
#47226F (or 0x47226F) is known color: Blue Diamond. HEX triplet: 47, 22 and 6F. RGB value is (71,34,111). Sum of RGB (Red+Green+Blue) = 71+34+111=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #47226F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47226F is #B8DD90. Grayscale: #353535. Windows color (decimal): -12115345 or 7283271. OLE color: 7283271.
HSL color Cylindrical-coordinate representation of color #47226F: hue angle of 268.83º 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 #47226F is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 34 | 111 | - |
| CMYK | 0.36 | 0.69 | 0 | 0.56 |
| HSL | 268.83º | 0.53% | 0.28% | - |
| HSV(B) | 268.83º | 0.69% | 0.44% | - |
| XYZ | 6.04 | 3.63 | 15.42 | - |
| YUV | 53.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 34 | 111 | 0.36 | 0.69 | 0 | 0.56 | 268.83 | 0.53 | 0.28 |
| Hex | 47 | 22 | 6F | 24 | 45 | 0 | 38 | 10D | 35 | 1C |
| Octal | 107 | 42 | 157 | 44 | 105 | 0 | 70 | 415 | 65 | 34 |
| Binary | 1000111 | 100010 | 1101111 | 100100 | 1000101 | 0 | 111000 | 100001101 | 110101 | 11100 |
Color Harmonies of #47226F
Complementary color
Monochromatic Colors of #47226F
Black with #47226F
Text Example
Text Example
White with #47226F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47226F; }
p { color: rgb(71,34,111); }
H1.HeaderClassName
{
color: #47226F;
}
.AnyTagClassName
{
color: #47226F;
}
</style>
background-color css
<style>
a { background-color: #47226F; }
a { background-color: rgb(71,34,111); }
div.DivClassName
{
background-color: #47226F;
}
.BgClassName
{
background-color: #47226F;
}
</style>
border-color css
<style>
span { border-color: #47226F; }
span { border-color: rgb(71,34,111); }
td.TdClassName
{
border-color: #47226F;
}
.TagClassName
{
border-color: #47226F;
}
</style>