Shades of Blue Diamond #471E6D
Tints of Blue Diamond #471E6D
RGB
CMYK
RGB Variations
Color information
#471E6D (or 0x471E6D) is known color: Blue Diamond. HEX triplet: 47, 1E and 6D. RGB value is (71,30,109). Sum of RGB (Red+Green+Blue) = 71+30+109=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #471E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E6D is #B8E192. Grayscale: #323232. Windows color (decimal): -12116371 or 7151175. OLE color: 7151175.
HSL color Cylindrical-coordinate representation of color #471E6D: hue angle of 271.14º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #471E6D is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 30 | 109 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.57 |
| HSL | 271.14º | 0.57% | 0.27% | - |
| HSV(B) | 271.14º | 0.72% | 0.43% | - |
| XYZ | 5.82 | 3.37 | 14.81 | - |
| YUV | 51.27 | 160.58 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 30 | 109 | 0.35 | 0.72 | 0 | 0.57 | 271.14 | 0.57 | 0.27 |
| Hex | 47 | 1E | 6D | 23 | 48 | 0 | 39 | 10F | 39 | 1B |
| Octal | 107 | 36 | 155 | 43 | 110 | 0 | 71 | 417 | 71 | 33 |
| Binary | 1000111 | 11110 | 1101101 | 100011 | 1001000 | 0 | 111001 | 100001111 | 111001 | 11011 |
Color Harmonies of #471E6D
Complementary color
Monochromatic Colors of #471E6D
Black with #471E6D
Text Example
Text Example
White with #471E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471E6D; }
p { color: rgb(71,30,109); }
H1.HeaderClassName
{
color: #471E6D;
}
.AnyTagClassName
{
color: #471E6D;
}
</style>
background-color css
<style>
a { background-color: #471E6D; }
a { background-color: rgb(71,30,109); }
div.DivClassName
{
background-color: #471E6D;
}
.BgClassName
{
background-color: #471E6D;
}
</style>
border-color css
<style>
span { border-color: #471E6D; }
span { border-color: rgb(71,30,109); }
td.TdClassName
{
border-color: #471E6D;
}
.TagClassName
{
border-color: #471E6D;
}
</style>