Shades of Blue Diamond #471D72
Tints of Blue Diamond #471D72
RGB
CMYK
RGB Variations
Color information
#471D72 (or 0x471D72) is known color: Blue Diamond. HEX triplet: 47, 1D and 72. RGB value is (71,29,114). Sum of RGB (Red+Green+Blue) = 71+29+114=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #471D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471D72 is #B8E28D. Grayscale: #323232. Windows color (decimal): -12116622 or 7478599. OLE color: 7478599.
HSL color Cylindrical-coordinate representation of color #471D72: hue angle of 269.65º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471D72 is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 29 | 114 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.55 |
| HSL | 269.65º | 0.59% | 0.28% | - |
| HSV(B) | 269.65º | 0.75% | 0.45% | - |
| XYZ | 6.08 | 3.43 | 16.26 | - |
| YUV | 51.25 | 163.41 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 29 | 114 | 0.38 | 0.75 | 0 | 0.55 | 269.65 | 0.59 | 0.28 |
| Hex | 47 | 1D | 72 | 26 | 4B | 0 | 37 | 10E | 3B | 1C |
| Octal | 107 | 35 | 162 | 46 | 113 | 0 | 67 | 416 | 73 | 34 |
| Binary | 1000111 | 11101 | 1110010 | 100110 | 1001011 | 0 | 110111 | 100001110 | 111011 | 11100 |
Color Harmonies of #471D72
Complementary color
Monochromatic Colors of #471D72
Black with #471D72
Text Example
Text Example
White with #471D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471D72; }
p { color: rgb(71,29,114); }
H1.HeaderClassName
{
color: #471D72;
}
.AnyTagClassName
{
color: #471D72;
}
</style>
background-color css
<style>
a { background-color: #471D72; }
a { background-color: rgb(71,29,114); }
div.DivClassName
{
background-color: #471D72;
}
.BgClassName
{
background-color: #471D72;
}
</style>
border-color css
<style>
span { border-color: #471D72; }
span { border-color: rgb(71,29,114); }
td.TdClassName
{
border-color: #471D72;
}
.TagClassName
{
border-color: #471D72;
}
</style>