Shades of Blue Diamond #461671
Tints of Blue Diamond #461671
RGB
CMYK
RGB Variations
Color information
#461671 (or 0x461671) is known color: Blue Diamond. HEX triplet: 46, 16 and 71. RGB value is (70,22,113). Sum of RGB (Red+Green+Blue) = 70+22+113=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #461671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461671 is #B9E98E. Grayscale: #2E2E2E. Windows color (decimal): -12183951 or 7411270. OLE color: 7411270.
HSL color Cylindrical-coordinate representation of color #461671: hue angle of 271.65º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461671 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 22 | 113 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.56 |
| HSL | 271.65º | 0.67% | 0.26% | - |
| HSV(B) | 271.65º | 0.81% | 0.44% | - |
| XYZ | 5.79 | 3.07 | 15.91 | - |
| YUV | 46.73 | 165.4 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 113 | 0.38 | 0.81 | 0 | 0.56 | 271.65 | 0.67 | 0.26 |
| Hex | 46 | 16 | 71 | 26 | 51 | 0 | 38 | 110 | 43 | 1A |
| Octal | 106 | 26 | 161 | 46 | 121 | 0 | 70 | 420 | 103 | 32 |
| Binary | 1000110 | 10110 | 1110001 | 100110 | 1010001 | 0 | 111000 | 100010000 | 1000011 | 11010 |
Color Harmonies of #461671
Complementary color
Monochromatic Colors of #461671
Black with #461671
Text Example
Text Example
White with #461671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461671; }
p { color: rgb(70,22,113); }
H1.HeaderClassName
{
color: #461671;
}
.AnyTagClassName
{
color: #461671;
}
</style>
background-color css
<style>
a { background-color: #461671; }
a { background-color: rgb(70,22,113); }
div.DivClassName
{
background-color: #461671;
}
.BgClassName
{
background-color: #461671;
}
</style>
border-color css
<style>
span { border-color: #461671; }
span { border-color: rgb(70,22,113); }
td.TdClassName
{
border-color: #461671;
}
.TagClassName
{
border-color: #461671;
}
</style>