Shades of Blue Diamond #471D70
Tints of Blue Diamond #471D70
RGB
CMYK
RGB Variations
Color information
#471D70 (or 0x471D70) is known color: Blue Diamond. HEX triplet: 47, 1D and 70. RGB value is (71,29,112). Sum of RGB (Red+Green+Blue) = 71+29+112=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #471D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D70 is #B8E28F. Grayscale: #323232. Windows color (decimal): -12116624 or 7347527. OLE color: 7347527.
HSL color Cylindrical-coordinate representation of color #471D70: hue angle of 270.36º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #471D70 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 29 | 112 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.56 |
| HSL | 270.36º | 0.59% | 0.28% | - |
| HSV(B) | 270.36º | 0.74% | 0.44% | - |
| XYZ | 5.96 | 3.39 | 15.67 | - |
| YUV | 51.02 | 162.41 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 112 | 0.37 | 0.74 | 0 | 0.56 | 270.36 | 0.59 | 0.28 |
| Hex | 47 | 1D | 70 | 25 | 4A | 0 | 38 | 10E | 3B | 1C |
| Octal | 107 | 35 | 160 | 45 | 112 | 0 | 70 | 416 | 73 | 34 |
| Binary | 1000111 | 11101 | 1110000 | 100101 | 1001010 | 0 | 111000 | 100001110 | 111011 | 11100 |
Color Harmonies of #471D70
Complementary color
Monochromatic Colors of #471D70
Black with #471D70
Text Example
Text Example
White with #471D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D70; }
p { color: rgb(71,29,112); }
H1.HeaderClassName
{
color: #471D70;
}
.AnyTagClassName
{
color: #471D70;
}
</style>
background-color css
<style>
a { background-color: #471D70; }
a { background-color: rgb(71,29,112); }
div.DivClassName
{
background-color: #471D70;
}
.BgClassName
{
background-color: #471D70;
}
</style>
border-color css
<style>
span { border-color: #471D70; }
span { border-color: rgb(71,29,112); }
td.TdClassName
{
border-color: #471D70;
}
.TagClassName
{
border-color: #471D70;
}
</style>