Shades of Blue Diamond #461674
Tints of Blue Diamond #461674
RGB
CMYK
RGB Variations
Color information
#461674 (or 0x461674) is known color: Blue Diamond. HEX triplet: 46, 16 and 74. RGB value is (70,22,116). Sum of RGB (Red+Green+Blue) = 70+22+116=208 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.65% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #461674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461674 is #B9E98B. Grayscale: #2E2E2E. Windows color (decimal): -12183948 or 7607878. OLE color: 7607878.
HSL color Cylindrical-coordinate representation of color #461674: hue angle of 270.64º 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 #461674 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 22 | 116 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.55 |
| HSL | 270.64º | 0.68% | 0.27% | - |
| HSV(B) | 270.64º | 0.81% | 0.45% | - |
| XYZ | 5.97 | 3.14 | 16.81 | - |
| YUV | 47.07 | 166.9 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 116 | 0.40 | 0.81 | 0 | 0.55 | 270.64 | 0.68 | 0.27 |
| Hex | 46 | 16 | 74 | 28 | 51 | 0 | 37 | 10F | 44 | 1B |
| Octal | 106 | 26 | 164 | 50 | 121 | 0 | 67 | 417 | 104 | 33 |
| Binary | 1000110 | 10110 | 1110100 | 101000 | 1010001 | 0 | 110111 | 100001111 | 1000100 | 11011 |
Color Harmonies of #461674
Complementary color
Monochromatic Colors of #461674
Black with #461674
Text Example
Text Example
White with #461674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461674; }
p { color: rgb(70,22,116); }
H1.HeaderClassName
{
color: #461674;
}
.AnyTagClassName
{
color: #461674;
}
</style>
background-color css
<style>
a { background-color: #461674; }
a { background-color: rgb(70,22,116); }
div.DivClassName
{
background-color: #461674;
}
.BgClassName
{
background-color: #461674;
}
</style>
border-color css
<style>
span { border-color: #461674; }
span { border-color: rgb(70,22,116); }
td.TdClassName
{
border-color: #461674;
}
.TagClassName
{
border-color: #461674;
}
</style>