Shades of Blue Diamond #47166D
Tints of Blue Diamond #47166D
RGB
CMYK
RGB Variations
Color information
#47166D (or 0x47166D) is known color: Blue Diamond. HEX triplet: 47, 16 and 6D. RGB value is (71,22,109). Sum of RGB (Red+Green+Blue) = 71+22+109=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #47166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47166D is #B8E992. Grayscale: #2E2E2E. Windows color (decimal): -12118419 or 7149127. OLE color: 7149127.
HSL color Cylindrical-coordinate representation of color #47166D: hue angle of 273.79º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #47166D is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 22 | 109 | - |
| CMYK | 0.35 | 0.80 | 0 | 0.57 |
| HSL | 273.79º | 0.66% | 0.26% | - |
| HSV(B) | 273.79º | 0.8% | 0.43% | - |
| XYZ | 5.65 | 3.02 | 14.75 | - |
| YUV | 46.57 | 163.23 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 109 | 0.35 | 0.80 | 0 | 0.57 | 273.79 | 0.66 | 0.26 |
| Hex | 47 | 16 | 6D | 23 | 50 | 0 | 39 | 112 | 42 | 1A |
| Octal | 107 | 26 | 155 | 43 | 120 | 0 | 71 | 422 | 102 | 32 |
| Binary | 1000111 | 10110 | 1101101 | 100011 | 1010000 | 0 | 111001 | 100010010 | 1000010 | 11010 |
Color Harmonies of #47166D
Complementary color
Monochromatic Colors of #47166D
Black with #47166D
Text Example
Text Example
White with #47166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47166D; }
p { color: rgb(71,22,109); }
H1.HeaderClassName
{
color: #47166D;
}
.AnyTagClassName
{
color: #47166D;
}
</style>
background-color css
<style>
a { background-color: #47166D; }
a { background-color: rgb(71,22,109); }
div.DivClassName
{
background-color: #47166D;
}
.BgClassName
{
background-color: #47166D;
}
</style>
border-color css
<style>
span { border-color: #47166D; }
span { border-color: rgb(71,22,109); }
td.TdClassName
{
border-color: #47166D;
}
.TagClassName
{
border-color: #47166D;
}
</style>