Shades of Blue Diamond #471B6D
Tints of Blue Diamond #471B6D
RGB
CMYK
RGB Variations
Color information
#471B6D (or 0x471B6D) is known color: Blue Diamond. HEX triplet: 47, 1B and 6D. RGB value is (71,27,109). Sum of RGB (Red+Green+Blue) = 71+27+109=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #471B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471B6D is #B8E492. Grayscale: #313131. Windows color (decimal): -12117139 or 7150407. OLE color: 7150407.
HSL color Cylindrical-coordinate representation of color #471B6D: hue angle of 272.2º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471B6D is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 27 | 109 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.57 |
| HSL | 272.2º | 0.6% | 0.27% | - |
| HSV(B) | 272.2º | 0.75% | 0.43% | - |
| XYZ | 5.75 | 3.23 | 14.79 | - |
| YUV | 49.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 27 | 109 | 0.35 | 0.75 | 0 | 0.57 | 272.2 | 0.6 | 0.27 |
| Hex | 47 | 1B | 6D | 23 | 4B | 0 | 39 | 110 | 3C | 1B |
| Octal | 107 | 33 | 155 | 43 | 113 | 0 | 71 | 420 | 74 | 33 |
| Binary | 1000111 | 11011 | 1101101 | 100011 | 1001011 | 0 | 111001 | 100010000 | 111100 | 11011 |
Color Harmonies of #471B6D
Complementary color
Monochromatic Colors of #471B6D
Black with #471B6D
Text Example
Text Example
White with #471B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471B6D; }
p { color: rgb(71,27,109); }
H1.HeaderClassName
{
color: #471B6D;
}
.AnyTagClassName
{
color: #471B6D;
}
</style>
background-color css
<style>
a { background-color: #471B6D; }
a { background-color: rgb(71,27,109); }
div.DivClassName
{
background-color: #471B6D;
}
.BgClassName
{
background-color: #471B6D;
}
</style>
border-color css
<style>
span { border-color: #471B6D; }
span { border-color: rgb(71,27,109); }
td.TdClassName
{
border-color: #471B6D;
}
.TagClassName
{
border-color: #471B6D;
}
</style>