Shades of Blue Diamond #471777
Tints of Blue Diamond #471777
RGB
CMYK
RGB Variations
Color information
#471777 (or 0x471777) is known color: Blue Diamond. HEX triplet: 47, 17 and 77. RGB value is (71,23,119). Sum of RGB (Red+Green+Blue) = 71+23+119=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #471777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471777 is #B8E888. Grayscale: #2F2F2F. Windows color (decimal): -12118153 or 7804743. OLE color: 7804743.
HSL color Cylindrical-coordinate representation of color #471777: hue angle of 270º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #471777 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 71 | 23 | 119 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.53 |
| HSL | 270º | 0.68% | 0.28% | - |
| HSV(B) | 270º | 0.81% | 0.47% | - |
| XYZ | 6.23 | 3.28 | 17.76 | - |
| YUV | 48.3 | 167.9 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 23 | 119 | 0.40 | 0.81 | 0 | 0.53 | 270 | 0.68 | 0.28 |
| Hex | 47 | 17 | 77 | 28 | 51 | 0 | 35 | 10E | 44 | 1C |
| Octal | 107 | 27 | 167 | 50 | 121 | 0 | 65 | 416 | 104 | 34 |
| Binary | 1000111 | 10111 | 1110111 | 101000 | 1010001 | 0 | 110101 | 100001110 | 1000100 | 11100 |
Color Harmonies of #471777
Complementary color
Monochromatic Colors of #471777
Black with #471777
Text Example
Text Example
White with #471777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471777; }
p { color: rgb(71,23,119); }
H1.HeaderClassName
{
color: #471777;
}
.AnyTagClassName
{
color: #471777;
}
</style>
background-color css
<style>
a { background-color: #471777; }
a { background-color: rgb(71,23,119); }
div.DivClassName
{
background-color: #471777;
}
.BgClassName
{
background-color: #471777;
}
</style>
border-color css
<style>
span { border-color: #471777; }
span { border-color: rgb(71,23,119); }
td.TdClassName
{
border-color: #471777;
}
.TagClassName
{
border-color: #471777;
}
</style>