Shades of Blue Diamond #461573
Tints of Blue Diamond #461573
RGB
CMYK
RGB Variations
Color information
#461573 (or 0x461573) is known color: Blue Diamond. HEX triplet: 46, 15 and 73. RGB value is (70,21,115). Sum of RGB (Red+Green+Blue) = 70+21+115=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #461573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461573 is #B9EA8C. Grayscale: #2E2E2E. Windows color (decimal): -12184205 or 7542086. OLE color: 7542086.
HSL color Cylindrical-coordinate representation of color #461573: hue angle of 271.28º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461573 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 21 | 115 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.55 |
| HSL | 271.28º | 0.69% | 0.27% | - |
| HSV(B) | 271.28º | 0.82% | 0.45% | - |
| XYZ | 5.89 | 3.08 | 16.5 | - |
| YUV | 46.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 115 | 0.39 | 0.82 | 0 | 0.55 | 271.28 | 0.69 | 0.27 |
| Hex | 46 | 15 | 73 | 27 | 52 | 0 | 37 | 10F | 45 | 1B |
| Octal | 106 | 25 | 163 | 47 | 122 | 0 | 67 | 417 | 105 | 33 |
| Binary | 1000110 | 10101 | 1110011 | 100111 | 1010010 | 0 | 110111 | 100001111 | 1000101 | 11011 |
Color Harmonies of #461573
Complementary color
Monochromatic Colors of #461573
Black with #461573
Text Example
Text Example
White with #461573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461573; }
p { color: rgb(70,21,115); }
H1.HeaderClassName
{
color: #461573;
}
.AnyTagClassName
{
color: #461573;
}
</style>
background-color css
<style>
a { background-color: #461573; }
a { background-color: rgb(70,21,115); }
div.DivClassName
{
background-color: #461573;
}
.BgClassName
{
background-color: #461573;
}
</style>
border-color css
<style>
span { border-color: #461573; }
span { border-color: rgb(70,21,115); }
td.TdClassName
{
border-color: #461573;
}
.TagClassName
{
border-color: #461573;
}
</style>