Shades of Blue Diamond #47196C
Tints of Blue Diamond #47196C
RGB
CMYK
RGB Variations
Color information
#47196C (or 0x47196C) is known color: Blue Diamond. HEX triplet: 47, 19 and 6C. RGB value is (71,25,108). Sum of RGB (Red+Green+Blue) = 71+25+108=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #47196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47196C is #B8E693. Grayscale: #2F2F2F. Windows color (decimal): -12117652 or 7084359. OLE color: 7084359.
HSL color Cylindrical-coordinate representation of color #47196C: hue angle of 273.25º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47196C is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 25 | 108 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.58 |
| HSL | 273.25º | 0.62% | 0.26% | - |
| HSV(B) | 273.25º | 0.77% | 0.42% | - |
| XYZ | 5.65 | 3.12 | 14.49 | - |
| YUV | 48.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 108 | 0.34 | 0.77 | 0 | 0.58 | 273.25 | 0.62 | 0.26 |
| Hex | 47 | 19 | 6C | 22 | 4D | 0 | 3A | 111 | 3E | 1A |
| Octal | 107 | 31 | 154 | 42 | 115 | 0 | 72 | 421 | 76 | 32 |
| Binary | 1000111 | 11001 | 1101100 | 100010 | 1001101 | 0 | 111010 | 100010001 | 111110 | 11010 |
Color Harmonies of #47196C
Complementary color
Monochromatic Colors of #47196C
Black with #47196C
Text Example
Text Example
White with #47196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47196C; }
p { color: rgb(71,25,108); }
H1.HeaderClassName
{
color: #47196C;
}
.AnyTagClassName
{
color: #47196C;
}
</style>
background-color css
<style>
a { background-color: #47196C; }
a { background-color: rgb(71,25,108); }
div.DivClassName
{
background-color: #47196C;
}
.BgClassName
{
background-color: #47196C;
}
</style>
border-color css
<style>
span { border-color: #47196C; }
span { border-color: rgb(71,25,108); }
td.TdClassName
{
border-color: #47196C;
}
.TagClassName
{
border-color: #47196C;
}
</style>