Shades of Blue Diamond #471979
Tints of Blue Diamond #471979
RGB
CMYK
RGB Variations
Color information
#471979 (or 0x471979) is known color: Blue Diamond. HEX triplet: 47, 19 and 79. RGB value is (71,25,121). Sum of RGB (Red+Green+Blue) = 71+25+121=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 121 (47.66% from 255 or 55.76% from 217); Max value from RGB is 121 - color contains mainly: blue. Hex color #471979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471979 is #B8E686. Grayscale: #313131. Windows color (decimal): -12117639 or 7936327. OLE color: 7936327.
HSL color Cylindrical-coordinate representation of color #471979: hue angle of 268.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471979 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 25 | 121 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.53 |
| HSL | 268.75º | 0.66% | 0.29% | - |
| HSV(B) | 268.75º | 0.79% | 0.47% | - |
| XYZ | 6.4 | 3.42 | 18.41 | - |
| YUV | 49.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 121 | 0.41 | 0.79 | 0 | 0.53 | 268.75 | 0.66 | 0.29 |
| Hex | 47 | 19 | 79 | 29 | 4F | 0 | 35 | 10D | 42 | 1D |
| Octal | 107 | 31 | 171 | 51 | 117 | 0 | 65 | 415 | 102 | 35 |
| Binary | 1000111 | 11001 | 1111001 | 101001 | 1001111 | 0 | 110101 | 100001101 | 1000010 | 11101 |
Color Harmonies of #471979
Complementary color
Monochromatic Colors of #471979
Black with #471979
Text Example
Text Example
White with #471979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471979; }
p { color: rgb(71,25,121); }
H1.HeaderClassName
{
color: #471979;
}
.AnyTagClassName
{
color: #471979;
}
</style>
background-color css
<style>
a { background-color: #471979; }
a { background-color: rgb(71,25,121); }
div.DivClassName
{
background-color: #471979;
}
.BgClassName
{
background-color: #471979;
}
</style>
border-color css
<style>
span { border-color: #471979; }
span { border-color: rgb(71,25,121); }
td.TdClassName
{
border-color: #471979;
}
.TagClassName
{
border-color: #471979;
}
</style>