Shades of Blue Diamond #46206D
Tints of Blue Diamond #46206D
RGB
CMYK
RGB Variations
Color information
#46206D (or 0x46206D) is known color: Blue Diamond. HEX triplet: 46, 20 and 6D. RGB value is (70,32,109). Sum of RGB (Red+Green+Blue) = 70+32+109=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #46206D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46206D is #B9DF92. Grayscale: #333333. Windows color (decimal): -12181395 or 7151686. OLE color: 7151686.
HSL color Cylindrical-coordinate representation of color #46206D: hue angle of 269.61º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46206D is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 32 | 109 | - |
| CMYK | 0.36 | 0.71 | 0 | 0.57 |
| HSL | 269.61º | 0.55% | 0.28% | - |
| HSV(B) | 269.61º | 0.71% | 0.43% | - |
| XYZ | 5.8 | 3.44 | 14.83 | - |
| YUV | 52.14 | 160.09 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 109 | 0.36 | 0.71 | 0 | 0.57 | 269.61 | 0.55 | 0.28 |
| Hex | 46 | 20 | 6D | 24 | 47 | 0 | 39 | 10E | 37 | 1C |
| Octal | 106 | 40 | 155 | 44 | 107 | 0 | 71 | 416 | 67 | 34 |
| Binary | 1000110 | 100000 | 1101101 | 100100 | 1000111 | 0 | 111001 | 100001110 | 110111 | 11100 |
Color Harmonies of #46206D
Complementary color
Monochromatic Colors of #46206D
Black with #46206D
Text Example
Text Example
White with #46206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46206D; }
p { color: rgb(70,32,109); }
H1.HeaderClassName
{
color: #46206D;
}
.AnyTagClassName
{
color: #46206D;
}
</style>
background-color css
<style>
a { background-color: #46206D; }
a { background-color: rgb(70,32,109); }
div.DivClassName
{
background-color: #46206D;
}
.BgClassName
{
background-color: #46206D;
}
</style>
border-color css
<style>
span { border-color: #46206D; }
span { border-color: rgb(70,32,109); }
td.TdClassName
{
border-color: #46206D;
}
.TagClassName
{
border-color: #46206D;
}
</style>