Shades of Blue Diamond #461E71
Tints of Blue Diamond #461E71
RGB
CMYK
RGB Variations
Color information
#461E71 (or 0x461E71) is known color: Blue Diamond. HEX triplet: 46, 1E and 71. RGB value is (70,30,113). Sum of RGB (Red+Green+Blue) = 70+30+113=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #461E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461E71 is #B9E18E. Grayscale: #333333. Windows color (decimal): -12181903 or 7413318. OLE color: 7413318.
HSL color Cylindrical-coordinate representation of color #461E71: hue angle of 268.92º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461E71 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 30 | 113 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.56 |
| HSL | 268.92º | 0.58% | 0.28% | - |
| HSV(B) | 268.92º | 0.73% | 0.44% | - |
| XYZ | 5.97 | 3.42 | 15.97 | - |
| YUV | 51.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 30 | 113 | 0.38 | 0.73 | 0 | 0.56 | 268.92 | 0.58 | 0.28 |
| Hex | 46 | 1E | 71 | 26 | 49 | 0 | 38 | 10D | 3A | 1C |
| Octal | 106 | 36 | 161 | 46 | 111 | 0 | 70 | 415 | 72 | 34 |
| Binary | 1000110 | 11110 | 1110001 | 100110 | 1001001 | 0 | 111000 | 100001101 | 111010 | 11100 |
Color Harmonies of #461E71
Complementary color
Monochromatic Colors of #461E71
Black with #461E71
Text Example
Text Example
White with #461E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461E71; }
p { color: rgb(70,30,113); }
H1.HeaderClassName
{
color: #461E71;
}
.AnyTagClassName
{
color: #461E71;
}
</style>
background-color css
<style>
a { background-color: #461E71; }
a { background-color: rgb(70,30,113); }
div.DivClassName
{
background-color: #461E71;
}
.BgClassName
{
background-color: #461E71;
}
</style>
border-color css
<style>
span { border-color: #461E71; }
span { border-color: rgb(70,30,113); }
td.TdClassName
{
border-color: #461E71;
}
.TagClassName
{
border-color: #461E71;
}
</style>