Shades of Blue Diamond #461575
Tints of Blue Diamond #461575
RGB
CMYK
RGB Variations
Color information
#461575 (or 0x461575) is known color: Blue Diamond. HEX triplet: 46, 15 and 75. RGB value is (70,21,117). Sum of RGB (Red+Green+Blue) = 70+21+117=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #461575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461575 is #B9EA8A. Grayscale: #2E2E2E. Windows color (decimal): -12184203 or 7673158. OLE color: 7673158.
HSL color Cylindrical-coordinate representation of color #461575: hue angle of 270.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461575 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 21 | 117 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.54 |
| HSL | 270.63º | 0.7% | 0.27% | - |
| HSV(B) | 270.63º | 0.82% | 0.46% | - |
| XYZ | 6 | 3.12 | 17.12 | - |
| YUV | 46.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 117 | 0.40 | 0.82 | 0 | 0.54 | 270.63 | 0.7 | 0.27 |
| Hex | 46 | 15 | 75 | 28 | 52 | 0 | 36 | 10F | 46 | 1B |
| Octal | 106 | 25 | 165 | 50 | 122 | 0 | 66 | 417 | 106 | 33 |
| Binary | 1000110 | 10101 | 1110101 | 101000 | 1010010 | 0 | 110110 | 100001111 | 1000110 | 11011 |
Color Harmonies of #461575
Complementary color
Monochromatic Colors of #461575
Black with #461575
Text Example
Text Example
White with #461575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461575; }
p { color: rgb(70,21,117); }
H1.HeaderClassName
{
color: #461575;
}
.AnyTagClassName
{
color: #461575;
}
</style>
background-color css
<style>
a { background-color: #461575; }
a { background-color: rgb(70,21,117); }
div.DivClassName
{
background-color: #461575;
}
.BgClassName
{
background-color: #461575;
}
</style>
border-color css
<style>
span { border-color: #461575; }
span { border-color: rgb(70,21,117); }
td.TdClassName
{
border-color: #461575;
}
.TagClassName
{
border-color: #461575;
}
</style>