Shades of Blue Diamond #47236D
Tints of Blue Diamond #47236D
RGB
CMYK
RGB Variations
Color information
#47236D (or 0x47236D) is known color: Blue Diamond. HEX triplet: 47, 23 and 6D. RGB value is (71,35,109). Sum of RGB (Red+Green+Blue) = 71+35+109=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #47236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47236D is #B8DC92. Grayscale: #353535. Windows color (decimal): -12115091 or 7152455. OLE color: 7152455.
HSL color Cylindrical-coordinate representation of color #47236D: hue angle of 269.19º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47236D is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 35 | 109 | - |
| CMYK | 0.35 | 0.68 | 0 | 0.57 |
| HSL | 269.19º | 0.51% | 0.28% | - |
| HSV(B) | 269.19º | 0.68% | 0.43% | - |
| XYZ | 5.96 | 3.65 | 14.86 | - |
| YUV | 54.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 109 | 0.35 | 0.68 | 0 | 0.57 | 269.19 | 0.51 | 0.28 |
| Hex | 47 | 23 | 6D | 23 | 44 | 0 | 39 | 10D | 33 | 1C |
| Octal | 107 | 43 | 155 | 43 | 104 | 0 | 71 | 415 | 63 | 34 |
| Binary | 1000111 | 100011 | 1101101 | 100011 | 1000100 | 0 | 111001 | 100001101 | 110011 | 11100 |
Color Harmonies of #47236D
Complementary color
Monochromatic Colors of #47236D
Black with #47236D
Text Example
Text Example
White with #47236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47236D; }
p { color: rgb(71,35,109); }
H1.HeaderClassName
{
color: #47236D;
}
.AnyTagClassName
{
color: #47236D;
}
</style>
background-color css
<style>
a { background-color: #47236D; }
a { background-color: rgb(71,35,109); }
div.DivClassName
{
background-color: #47236D;
}
.BgClassName
{
background-color: #47236D;
}
</style>
border-color css
<style>
span { border-color: #47236D; }
span { border-color: rgb(71,35,109); }
td.TdClassName
{
border-color: #47236D;
}
.TagClassName
{
border-color: #47236D;
}
</style>