Shades of Blue Diamond #47326E
Tints of Blue Diamond #47326E
RGB
CMYK
RGB Variations
Color information
#47326E (or 0x47326E) is known color: Blue Diamond. HEX triplet: 47, 32 and 6E. RGB value is (71,50,110). Sum of RGB (Red+Green+Blue) = 71+50+110=231 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.74% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #47326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47326E is #B8CD91. Grayscale: #3E3E3E. Windows color (decimal): -12111250 or 7221831. OLE color: 7221831.
HSL color Cylindrical-coordinate representation of color #47326E: hue angle of 261º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47326E is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 50 | 110 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.57 |
| HSL | 261º | 0.38% | 0.31% | - |
| HSV(B) | 261º | 0.55% | 0.43% | - |
| XYZ | 6.55 | 4.75 | 15.32 | - |
| YUV | 63.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 50 | 110 | 0.35 | 0.55 | 0 | 0.57 | 261 | 0.38 | 0.31 |
| Hex | 47 | 32 | 6E | 23 | 37 | 0 | 39 | 105 | 26 | 1F |
| Octal | 107 | 62 | 156 | 43 | 67 | 0 | 71 | 405 | 46 | 37 |
| Binary | 1000111 | 110010 | 1101110 | 100011 | 110111 | 0 | 111001 | 100000101 | 100110 | 11111 |
Color Harmonies of #47326E
Complementary color
Monochromatic Colors of #47326E
Black with #47326E
Text Example
Text Example
White with #47326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47326E; }
p { color: rgb(71,50,110); }
H1.HeaderClassName
{
color: #47326E;
}
.AnyTagClassName
{
color: #47326E;
}
</style>
background-color css
<style>
a { background-color: #47326E; }
a { background-color: rgb(71,50,110); }
div.DivClassName
{
background-color: #47326E;
}
.BgClassName
{
background-color: #47326E;
}
</style>
border-color css
<style>
span { border-color: #47326E; }
span { border-color: rgb(71,50,110); }
td.TdClassName
{
border-color: #47326E;
}
.TagClassName
{
border-color: #47326E;
}
</style>