Shades of Blue Diamond #471A68
Tints of Blue Diamond #471A68
RGB
CMYK
RGB Variations
Color information
#471A68 (or 0x471A68) is known color: Blue Diamond. HEX triplet: 47, 1A and 68. RGB value is (71,26,104). Sum of RGB (Red+Green+Blue) = 71+26+104=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #471A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A68 is #B8E597. Grayscale: #303030. Windows color (decimal): -12117400 or 6822471. OLE color: 6822471.
HSL color Cylindrical-coordinate representation of color #471A68: hue angle of 274.62º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471A68 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 26 | 104 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.59 |
| HSL | 274.62º | 0.6% | 0.25% | - |
| HSV(B) | 274.62º | 0.75% | 0.41% | - |
| XYZ | 5.47 | 3.08 | 13.4 | - |
| YUV | 48.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 104 | 0.32 | 0.75 | 0 | 0.59 | 274.62 | 0.6 | 0.25 |
| Hex | 47 | 1A | 68 | 20 | 4B | 0 | 3B | 113 | 3C | 19 |
| Octal | 107 | 32 | 150 | 40 | 113 | 0 | 73 | 423 | 74 | 31 |
| Binary | 1000111 | 11010 | 1101000 | 100000 | 1001011 | 0 | 111011 | 100010011 | 111100 | 11001 |
Color Harmonies of #471A68
Complementary color
Monochromatic Colors of #471A68
Black with #471A68
Text Example
Text Example
White with #471A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A68; }
p { color: rgb(71,26,104); }
H1.HeaderClassName
{
color: #471A68;
}
.AnyTagClassName
{
color: #471A68;
}
</style>
background-color css
<style>
a { background-color: #471A68; }
a { background-color: rgb(71,26,104); }
div.DivClassName
{
background-color: #471A68;
}
.BgClassName
{
background-color: #471A68;
}
</style>
border-color css
<style>
span { border-color: #471A68; }
span { border-color: rgb(71,26,104); }
td.TdClassName
{
border-color: #471A68;
}
.TagClassName
{
border-color: #471A68;
}
</style>