Shades of Blue Diamond #471F70
Tints of Blue Diamond #471F70
RGB
CMYK
RGB Variations
Color information
#471F70 (or 0x471F70) is known color: Blue Diamond. HEX triplet: 47, 1F and 70. RGB value is (71,31,112). Sum of RGB (Red+Green+Blue) = 71+31+112=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #471F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F70 is #B8E08F. Grayscale: #333333. Windows color (decimal): -12116112 or 7348039. OLE color: 7348039.
HSL color Cylindrical-coordinate representation of color #471F70: hue angle of 269.63º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471F70 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 31 | 112 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.56 |
| HSL | 269.63º | 0.57% | 0.28% | - |
| HSV(B) | 269.63º | 0.72% | 0.44% | - |
| XYZ | 6.01 | 3.49 | 15.69 | - |
| YUV | 52.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 112 | 0.37 | 0.72 | 0 | 0.56 | 269.63 | 0.57 | 0.28 |
| Hex | 47 | 1F | 70 | 25 | 48 | 0 | 38 | 10E | 39 | 1C |
| Octal | 107 | 37 | 160 | 45 | 110 | 0 | 70 | 416 | 71 | 34 |
| Binary | 1000111 | 11111 | 1110000 | 100101 | 1001000 | 0 | 111000 | 100001110 | 111001 | 11100 |
Color Harmonies of #471F70
Complementary color
Monochromatic Colors of #471F70
Black with #471F70
Text Example
Text Example
White with #471F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F70; }
p { color: rgb(71,31,112); }
H1.HeaderClassName
{
color: #471F70;
}
.AnyTagClassName
{
color: #471F70;
}
</style>
background-color css
<style>
a { background-color: #471F70; }
a { background-color: rgb(71,31,112); }
div.DivClassName
{
background-color: #471F70;
}
.BgClassName
{
background-color: #471F70;
}
</style>
border-color css
<style>
span { border-color: #471F70; }
span { border-color: rgb(71,31,112); }
td.TdClassName
{
border-color: #471F70;
}
.TagClassName
{
border-color: #471F70;
}
</style>