Shades of Blue Diamond #47256A
Tints of Blue Diamond #47256A
RGB
CMYK
RGB Variations
Color information
#47256A (or 0x47256A) is known color: Blue Diamond. HEX triplet: 47, 25 and 6A. RGB value is (71,37,106). Sum of RGB (Red+Green+Blue) = 71+37+106=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #47256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47256A is #B8DA95. Grayscale: #363636. Windows color (decimal): -12114582 or 6956359. OLE color: 6956359.
HSL color Cylindrical-coordinate representation of color #47256A: hue angle of 269.57º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47256A is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 37 | 106 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.58 |
| HSL | 269.57º | 0.48% | 0.28% | - |
| HSV(B) | 269.57º | 0.65% | 0.42% | - |
| XYZ | 5.86 | 3.7 | 14.04 | - |
| YUV | 55.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 106 | 0.33 | 0.65 | 0 | 0.58 | 269.57 | 0.48 | 0.28 |
| Hex | 47 | 25 | 6A | 21 | 41 | 0 | 3A | 10E | 30 | 1C |
| Octal | 107 | 45 | 152 | 41 | 101 | 0 | 72 | 416 | 60 | 34 |
| Binary | 1000111 | 100101 | 1101010 | 100001 | 1000001 | 0 | 111010 | 100001110 | 110000 | 11100 |
Color Harmonies of #47256A
Complementary color
Monochromatic Colors of #47256A
Black with #47256A
Text Example
Text Example
White with #47256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47256A; }
p { color: rgb(71,37,106); }
H1.HeaderClassName
{
color: #47256A;
}
.AnyTagClassName
{
color: #47256A;
}
</style>
background-color css
<style>
a { background-color: #47256A; }
a { background-color: rgb(71,37,106); }
div.DivClassName
{
background-color: #47256A;
}
.BgClassName
{
background-color: #47256A;
}
</style>
border-color css
<style>
span { border-color: #47256A; }
span { border-color: rgb(71,37,106); }
td.TdClassName
{
border-color: #47256A;
}
.TagClassName
{
border-color: #47256A;
}
</style>