Shades of Blue Diamond #47256C
Tints of Blue Diamond #47256C
RGB
CMYK
RGB Variations
Color information
#47256C (or 0x47256C) is known color: Blue Diamond. HEX triplet: 47, 25 and 6C. RGB value is (71,37,108). Sum of RGB (Red+Green+Blue) = 71+37+108=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #47256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47256C is #B8DA93. Grayscale: #373737. Windows color (decimal): -12114580 or 7087431. OLE color: 7087431.
HSL color Cylindrical-coordinate representation of color #47256C: hue angle of 268.73º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47256C is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 37 | 108 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.58 |
| HSL | 268.73º | 0.49% | 0.28% | - |
| HSV(B) | 268.73º | 0.66% | 0.42% | - |
| XYZ | 5.97 | 3.75 | 14.6 | - |
| YUV | 55.26 | 157.76 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 108 | 0.34 | 0.66 | 0 | 0.58 | 268.73 | 0.49 | 0.28 |
| Hex | 47 | 25 | 6C | 22 | 42 | 0 | 3A | 10D | 31 | 1C |
| Octal | 107 | 45 | 154 | 42 | 102 | 0 | 72 | 415 | 61 | 34 |
| Binary | 1000111 | 100101 | 1101100 | 100010 | 1000010 | 0 | 111010 | 100001101 | 110001 | 11100 |
Color Harmonies of #47256C
Complementary color
Monochromatic Colors of #47256C
Black with #47256C
Text Example
Text Example
White with #47256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47256C; }
p { color: rgb(71,37,108); }
H1.HeaderClassName
{
color: #47256C;
}
.AnyTagClassName
{
color: #47256C;
}
</style>
background-color css
<style>
a { background-color: #47256C; }
a { background-color: rgb(71,37,108); }
div.DivClassName
{
background-color: #47256C;
}
.BgClassName
{
background-color: #47256C;
}
</style>
border-color css
<style>
span { border-color: #47256C; }
span { border-color: rgb(71,37,108); }
td.TdClassName
{
border-color: #47256C;
}
.TagClassName
{
border-color: #47256C;
}
</style>