Shades of Blue Diamond #471A6D
Tints of Blue Diamond #471A6D
RGB
CMYK
RGB Variations
Color information
#471A6D (or 0x471A6D) is known color: Blue Diamond. HEX triplet: 47, 1A and 6D. RGB value is (71,26,109). Sum of RGB (Red+Green+Blue) = 71+26+109=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #471A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A6D is #B8E592. Grayscale: #303030. Windows color (decimal): -12117395 or 7150151. OLE color: 7150151.
HSL color Cylindrical-coordinate representation of color #471A6D: hue angle of 272.53º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471A6D is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 71 | 26 | 109 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.57 |
| HSL | 272.53º | 0.61% | 0.26% | - |
| HSV(B) | 272.53º | 0.76% | 0.43% | - |
| XYZ | 5.73 | 3.18 | 14.78 | - |
| YUV | 48.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 109 | 0.35 | 0.76 | 0 | 0.57 | 272.53 | 0.61 | 0.26 |
| Hex | 47 | 1A | 6D | 23 | 4C | 0 | 39 | 111 | 3D | 1A |
| Octal | 107 | 32 | 155 | 43 | 114 | 0 | 71 | 421 | 75 | 32 |
| Binary | 1000111 | 11010 | 1101101 | 100011 | 1001100 | 0 | 111001 | 100010001 | 111101 | 11010 |
Color Harmonies of #471A6D
Complementary color
Monochromatic Colors of #471A6D
Black with #471A6D
Text Example
Text Example
White with #471A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A6D; }
p { color: rgb(71,26,109); }
H1.HeaderClassName
{
color: #471A6D;
}
.AnyTagClassName
{
color: #471A6D;
}
</style>
background-color css
<style>
a { background-color: #471A6D; }
a { background-color: rgb(71,26,109); }
div.DivClassName
{
background-color: #471A6D;
}
.BgClassName
{
background-color: #471A6D;
}
</style>
border-color css
<style>
span { border-color: #471A6D; }
span { border-color: rgb(71,26,109); }
td.TdClassName
{
border-color: #471A6D;
}
.TagClassName
{
border-color: #471A6D;
}
</style>