Shades of Blue Diamond #47236F
Tints of Blue Diamond #47236F
RGB
CMYK
RGB Variations
Color information
#47236F (or 0x47236F) is known color: Blue Diamond. HEX triplet: 47, 23 and 6F. RGB value is (71,35,111). Sum of RGB (Red+Green+Blue) = 71+35+111=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #47236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47236F is #B8DC90. Grayscale: #363636. Windows color (decimal): -12115089 or 7283527. OLE color: 7283527.
HSL color Cylindrical-coordinate representation of color #47236F: hue angle of 268.42º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47236F is Cyan = 0.36, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 35 | 111 | - |
| CMYK | 0.36 | 0.68 | 0 | 0.56 |
| HSL | 268.42º | 0.52% | 0.29% | - |
| HSV(B) | 268.42º | 0.68% | 0.44% | - |
| XYZ | 6.07 | 3.69 | 15.43 | - |
| YUV | 54.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 35 | 111 | 0.36 | 0.68 | 0 | 0.56 | 268.42 | 0.52 | 0.29 |
| Hex | 47 | 23 | 6F | 24 | 44 | 0 | 38 | 10C | 34 | 1D |
| Octal | 107 | 43 | 157 | 44 | 104 | 0 | 70 | 414 | 64 | 35 |
| Binary | 1000111 | 100011 | 1101111 | 100100 | 1000100 | 0 | 111000 | 100001100 | 110100 | 11101 |
Color Harmonies of #47236F
Complementary color
Monochromatic Colors of #47236F
Black with #47236F
Text Example
Text Example
White with #47236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47236F; }
p { color: rgb(71,35,111); }
H1.HeaderClassName
{
color: #47236F;
}
.AnyTagClassName
{
color: #47236F;
}
</style>
background-color css
<style>
a { background-color: #47236F; }
a { background-color: rgb(71,35,111); }
div.DivClassName
{
background-color: #47236F;
}
.BgClassName
{
background-color: #47236F;
}
</style>
border-color css
<style>
span { border-color: #47236F; }
span { border-color: rgb(71,35,111); }
td.TdClassName
{
border-color: #47236F;
}
.TagClassName
{
border-color: #47236F;
}
</style>