Shades of Blue Diamond #471C70
Tints of Blue Diamond #471C70
RGB
CMYK
RGB Variations
Color information
#471C70 (or 0x471C70) is known color: Blue Diamond. HEX triplet: 47, 1C and 70. RGB value is (71,28,112). Sum of RGB (Red+Green+Blue) = 71+28+112=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #471C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C70 is #B8E38F. Grayscale: #323232. Windows color (decimal): -12116880 or 7347271. OLE color: 7347271.
HSL color Cylindrical-coordinate representation of color #471C70: hue angle of 270.71º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471C70 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 28 | 112 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.56 |
| HSL | 270.71º | 0.6% | 0.27% | - |
| HSV(B) | 270.71º | 0.75% | 0.44% | - |
| XYZ | 5.94 | 3.34 | 15.66 | - |
| YUV | 50.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 112 | 0.37 | 0.75 | 0 | 0.56 | 270.71 | 0.6 | 0.27 |
| Hex | 47 | 1C | 70 | 25 | 4B | 0 | 38 | 10F | 3C | 1B |
| Octal | 107 | 34 | 160 | 45 | 113 | 0 | 70 | 417 | 74 | 33 |
| Binary | 1000111 | 11100 | 1110000 | 100101 | 1001011 | 0 | 111000 | 100001111 | 111100 | 11011 |
Color Harmonies of #471C70
Complementary color
Monochromatic Colors of #471C70
Black with #471C70
Text Example
Text Example
White with #471C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C70; }
p { color: rgb(71,28,112); }
H1.HeaderClassName
{
color: #471C70;
}
.AnyTagClassName
{
color: #471C70;
}
</style>
background-color css
<style>
a { background-color: #471C70; }
a { background-color: rgb(71,28,112); }
div.DivClassName
{
background-color: #471C70;
}
.BgClassName
{
background-color: #471C70;
}
</style>
border-color css
<style>
span { border-color: #471C70; }
span { border-color: rgb(71,28,112); }
td.TdClassName
{
border-color: #471C70;
}
.TagClassName
{
border-color: #471C70;
}
</style>