Shades of Blue Diamond #461673
Tints of Blue Diamond #461673
RGB
CMYK
RGB Variations
Color information
#461673 (or 0x461673) is known color: Blue Diamond. HEX triplet: 46, 16 and 73. RGB value is (70,22,115). Sum of RGB (Red+Green+Blue) = 70+22+115=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #461673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461673 is #B9E98C. Grayscale: #2E2E2E. Windows color (decimal): -12183949 or 7542342. OLE color: 7542342.
HSL color Cylindrical-coordinate representation of color #461673: hue angle of 270.97º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461673 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 22 | 115 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.55 |
| HSL | 270.97º | 0.68% | 0.27% | - |
| HSV(B) | 270.97º | 0.81% | 0.45% | - |
| XYZ | 5.91 | 3.11 | 16.51 | - |
| YUV | 46.95 | 166.4 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 115 | 0.39 | 0.81 | 0 | 0.55 | 270.97 | 0.68 | 0.27 |
| Hex | 46 | 16 | 73 | 27 | 51 | 0 | 37 | 10F | 44 | 1B |
| Octal | 106 | 26 | 163 | 47 | 121 | 0 | 67 | 417 | 104 | 33 |
| Binary | 1000110 | 10110 | 1110011 | 100111 | 1010001 | 0 | 110111 | 100001111 | 1000100 | 11011 |
Color Harmonies of #461673
Complementary color
Monochromatic Colors of #461673
Black with #461673
Text Example
Text Example
White with #461673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461673; }
p { color: rgb(70,22,115); }
H1.HeaderClassName
{
color: #461673;
}
.AnyTagClassName
{
color: #461673;
}
</style>
background-color css
<style>
a { background-color: #461673; }
a { background-color: rgb(70,22,115); }
div.DivClassName
{
background-color: #461673;
}
.BgClassName
{
background-color: #461673;
}
</style>
border-color css
<style>
span { border-color: #461673; }
span { border-color: rgb(70,22,115); }
td.TdClassName
{
border-color: #461673;
}
.TagClassName
{
border-color: #461673;
}
</style>