Shades of Blue Diamond #471969
Tints of Blue Diamond #471969
RGB
CMYK
RGB Variations
Color information
#471969 (or 0x471969) is known color: Blue Diamond. HEX triplet: 47, 19 and 69. RGB value is (71,25,105). Sum of RGB (Red+Green+Blue) = 71+25+105=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #471969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #471969 is #B8E696. Grayscale: #2F2F2F. Windows color (decimal): -12117655 or 6887751. OLE color: 6887751.
HSL color Cylindrical-coordinate representation of color #471969: hue angle of 274.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471969 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 25 | 105 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.59 |
| HSL | 274.5º | 0.62% | 0.25% | - |
| HSV(B) | 274.5º | 0.76% | 0.41% | - |
| XYZ | 5.5 | 3.05 | 13.66 | - |
| YUV | 47.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 105 | 0.32 | 0.76 | 0 | 0.59 | 274.5 | 0.62 | 0.25 |
| Hex | 47 | 19 | 69 | 20 | 4C | 0 | 3B | 112 | 3E | 19 |
| Octal | 107 | 31 | 151 | 40 | 114 | 0 | 73 | 422 | 76 | 31 |
| Binary | 1000111 | 11001 | 1101001 | 100000 | 1001100 | 0 | 111011 | 100010010 | 111110 | 11001 |
Color Harmonies of #471969
Complementary color
Monochromatic Colors of #471969
Black with #471969
Text Example
Text Example
White with #471969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471969; }
p { color: rgb(71,25,105); }
H1.HeaderClassName
{
color: #471969;
}
.AnyTagClassName
{
color: #471969;
}
</style>
background-color css
<style>
a { background-color: #471969; }
a { background-color: rgb(71,25,105); }
div.DivClassName
{
background-color: #471969;
}
.BgClassName
{
background-color: #471969;
}
</style>
border-color css
<style>
span { border-color: #471969; }
span { border-color: rgb(71,25,105); }
td.TdClassName
{
border-color: #471969;
}
.TagClassName
{
border-color: #471969;
}
</style>