Shades of Blue Diamond #47176C
Tints of Blue Diamond #47176C
RGB
CMYK
RGB Variations
Color information
#47176C (or 0x47176C) is known color: Blue Diamond. HEX triplet: 47, 17 and 6C. RGB value is (71,23,108). Sum of RGB (Red+Green+Blue) = 71+23+108=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #47176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47176C is #B8E893. Grayscale: #2E2E2E. Windows color (decimal): -12118164 or 7083847. OLE color: 7083847.
HSL color Cylindrical-coordinate representation of color #47176C: hue angle of 273.88º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47176C is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 23 | 108 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.58 |
| HSL | 273.88º | 0.65% | 0.26% | - |
| HSV(B) | 273.88º | 0.79% | 0.42% | - |
| XYZ | 5.61 | 3.04 | 14.48 | - |
| YUV | 47.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 108 | 0.34 | 0.79 | 0 | 0.58 | 273.88 | 0.65 | 0.26 |
| Hex | 47 | 17 | 6C | 22 | 4F | 0 | 3A | 112 | 41 | 1A |
| Octal | 107 | 27 | 154 | 42 | 117 | 0 | 72 | 422 | 101 | 32 |
| Binary | 1000111 | 10111 | 1101100 | 100010 | 1001111 | 0 | 111010 | 100010010 | 1000001 | 11010 |
Color Harmonies of #47176C
Complementary color
Monochromatic Colors of #47176C
Black with #47176C
Text Example
Text Example
White with #47176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47176C; }
p { color: rgb(71,23,108); }
H1.HeaderClassName
{
color: #47176C;
}
.AnyTagClassName
{
color: #47176C;
}
</style>
background-color css
<style>
a { background-color: #47176C; }
a { background-color: rgb(71,23,108); }
div.DivClassName
{
background-color: #47176C;
}
.BgClassName
{
background-color: #47176C;
}
</style>
border-color css
<style>
span { border-color: #47176C; }
span { border-color: rgb(71,23,108); }
td.TdClassName
{
border-color: #47176C;
}
.TagClassName
{
border-color: #47176C;
}
</style>