Shades of Blue Diamond #47256B
Tints of Blue Diamond #47256B
RGB
CMYK
RGB Variations
Color information
#47256B (or 0x47256B) is known color: Blue Diamond. HEX triplet: 47, 25 and 6B. RGB value is (71,37,107). Sum of RGB (Red+Green+Blue) = 71+37+107=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 107 (42.19% from 255 or 49.77% from 215); Max value from RGB is 107 - color contains mainly: blue. Hex color #47256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47256B is #B8DA94. Grayscale: #363636. Windows color (decimal): -12114581 or 7021895. OLE color: 7021895.
HSL color Cylindrical-coordinate representation of color #47256B: hue angle of 269.14º degrees, saturation: 0.49, 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 #47256B is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 37 | 107 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.58 |
| HSL | 269.14º | 0.49% | 0.28% | - |
| HSV(B) | 269.14º | 0.65% | 0.42% | - |
| XYZ | 5.91 | 3.72 | 14.32 | - |
| YUV | 55.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 37 | 107 | 0.34 | 0.65 | 0 | 0.58 | 269.14 | 0.49 | 0.28 |
| Hex | 47 | 25 | 6B | 22 | 41 | 0 | 3A | 10D | 31 | 1C |
| Octal | 107 | 45 | 153 | 42 | 101 | 0 | 72 | 415 | 61 | 34 |
| Binary | 1000111 | 100101 | 1101011 | 100010 | 1000001 | 0 | 111010 | 100001101 | 110001 | 11100 |
Color Harmonies of #47256B
Complementary color
Monochromatic Colors of #47256B
Black with #47256B
Text Example
Text Example
White with #47256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47256B; }
p { color: rgb(71,37,107); }
H1.HeaderClassName
{
color: #47256B;
}
.AnyTagClassName
{
color: #47256B;
}
</style>
background-color css
<style>
a { background-color: #47256B; }
a { background-color: rgb(71,37,107); }
div.DivClassName
{
background-color: #47256B;
}
.BgClassName
{
background-color: #47256B;
}
</style>
border-color css
<style>
span { border-color: #47256B; }
span { border-color: rgb(71,37,107); }
td.TdClassName
{
border-color: #47256B;
}
.TagClassName
{
border-color: #47256B;
}
</style>