Shades of Blue Diamond #47166B
Tints of Blue Diamond #47166B
RGB
CMYK
RGB Variations
Color information
#47166B (or 0x47166B) is known color: Blue Diamond. HEX triplet: 47, 16 and 6B. RGB value is (71,22,107). Sum of RGB (Red+Green+Blue) = 71+22+107=200 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 107 (42.19% from 255 or 53.5% from 200); Max value from RGB is 107 - color contains mainly: blue. Hex color #47166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47166B is #B8E994. Grayscale: #2E2E2E. Windows color (decimal): -12118421 or 7018055. OLE color: 7018055.
HSL color Cylindrical-coordinate representation of color #47166B: hue angle of 274.59º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47166B is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 22 | 107 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.58 |
| HSL | 274.59º | 0.66% | 0.25% | - |
| HSV(B) | 274.59º | 0.79% | 0.42% | - |
| XYZ | 5.54 | 2.97 | 14.19 | - |
| YUV | 46.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 22 | 107 | 0.34 | 0.79 | 0 | 0.58 | 274.59 | 0.66 | 0.25 |
| Hex | 47 | 16 | 6B | 22 | 4F | 0 | 3A | 113 | 42 | 19 |
| Octal | 107 | 26 | 153 | 42 | 117 | 0 | 72 | 423 | 102 | 31 |
| Binary | 1000111 | 10110 | 1101011 | 100010 | 1001111 | 0 | 111010 | 100010011 | 1000010 | 11001 |
Color Harmonies of #47166B
Complementary color
Monochromatic Colors of #47166B
Black with #47166B
Text Example
Text Example
White with #47166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47166B; }
p { color: rgb(71,22,107); }
H1.HeaderClassName
{
color: #47166B;
}
.AnyTagClassName
{
color: #47166B;
}
</style>
background-color css
<style>
a { background-color: #47166B; }
a { background-color: rgb(71,22,107); }
div.DivClassName
{
background-color: #47166B;
}
.BgClassName
{
background-color: #47166B;
}
</style>
border-color css
<style>
span { border-color: #47166B; }
span { border-color: rgb(71,22,107); }
td.TdClassName
{
border-color: #47166B;
}
.TagClassName
{
border-color: #47166B;
}
</style>