Shades of Blue Diamond #46166F
Tints of Blue Diamond #46166F
RGB
CMYK
RGB Variations
Color information
#46166F (or 0x46166F) is known color: Blue Diamond. HEX triplet: 46, 16 and 6F. RGB value is (70,22,111). Sum of RGB (Red+Green+Blue) = 70+22+111=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 111 (43.75% from 255 or 54.68% from 203); Max value from RGB is 111 - color contains mainly: blue. Hex color #46166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46166F is #B9E990. Grayscale: #2E2E2E. Windows color (decimal): -12183953 or 7280198. OLE color: 7280198.
HSL color Cylindrical-coordinate representation of color #46166F: hue angle of 272.36º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46166F is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 22 | 111 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.56 |
| HSL | 272.36º | 0.67% | 0.26% | - |
| HSV(B) | 272.36º | 0.8% | 0.44% | - |
| XYZ | 5.68 | 3.02 | 15.32 | - |
| YUV | 46.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 111 | 0.37 | 0.80 | 0 | 0.56 | 272.36 | 0.67 | 0.26 |
| Hex | 46 | 16 | 6F | 25 | 50 | 0 | 38 | 110 | 43 | 1A |
| Octal | 106 | 26 | 157 | 45 | 120 | 0 | 70 | 420 | 103 | 32 |
| Binary | 1000110 | 10110 | 1101111 | 100101 | 1010000 | 0 | 111000 | 100010000 | 1000011 | 11010 |
Color Harmonies of #46166F
Complementary color
Monochromatic Colors of #46166F
Black with #46166F
Text Example
Text Example
White with #46166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46166F; }
p { color: rgb(70,22,111); }
H1.HeaderClassName
{
color: #46166F;
}
.AnyTagClassName
{
color: #46166F;
}
</style>
background-color css
<style>
a { background-color: #46166F; }
a { background-color: rgb(70,22,111); }
div.DivClassName
{
background-color: #46166F;
}
.BgClassName
{
background-color: #46166F;
}
</style>
border-color css
<style>
span { border-color: #46166F; }
span { border-color: rgb(70,22,111); }
td.TdClassName
{
border-color: #46166F;
}
.TagClassName
{
border-color: #46166F;
}
</style>