Shades of Blue Diamond #46176C
Tints of Blue Diamond #46176C
RGB
CMYK
RGB Variations
Color information
#46176C (or 0x46176C) is known color: Blue Diamond. HEX triplet: 46, 17 and 6C. RGB value is (70,23,108). Sum of RGB (Red+Green+Blue) = 70+23+108=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #46176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46176C is #B9E893. Grayscale: #2E2E2E. Windows color (decimal): -12183700 or 7083846. OLE color: 7083846.
HSL color Cylindrical-coordinate representation of color #46176C: hue angle of 273.18º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46176C is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 23 | 108 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.58 |
| HSL | 273.18º | 0.65% | 0.26% | - |
| HSV(B) | 273.18º | 0.79% | 0.42% | - |
| XYZ | 5.54 | 3 | 14.47 | - |
| YUV | 46.74 | 162.57 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 23 | 108 | 0.35 | 0.79 | 0 | 0.58 | 273.18 | 0.65 | 0.26 |
| Hex | 46 | 17 | 6C | 23 | 4F | 0 | 3A | 111 | 41 | 1A |
| Octal | 106 | 27 | 154 | 43 | 117 | 0 | 72 | 421 | 101 | 32 |
| Binary | 1000110 | 10111 | 1101100 | 100011 | 1001111 | 0 | 111010 | 100010001 | 1000001 | 11010 |
Color Harmonies of #46176C
Complementary color
Monochromatic Colors of #46176C
Black with #46176C
Text Example
Text Example
White with #46176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46176C; }
p { color: rgb(70,23,108); }
H1.HeaderClassName
{
color: #46176C;
}
.AnyTagClassName
{
color: #46176C;
}
</style>
background-color css
<style>
a { background-color: #46176C; }
a { background-color: rgb(70,23,108); }
div.DivClassName
{
background-color: #46176C;
}
.BgClassName
{
background-color: #46176C;
}
</style>
border-color css
<style>
span { border-color: #46176C; }
span { border-color: rgb(70,23,108); }
td.TdClassName
{
border-color: #46176C;
}
.TagClassName
{
border-color: #46176C;
}
</style>