Shades of Blue Diamond #46206B
Tints of Blue Diamond #46206B
RGB
CMYK
RGB Variations
Color information
#46206B (or 0x46206B) is known color: Blue Diamond. HEX triplet: 46, 20 and 6B. RGB value is (70,32,107). Sum of RGB (Red+Green+Blue) = 70+32+107=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 32 (12.89% from 255 or 15.31% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #46206B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46206B is #B9DF94. Grayscale: #333333. Windows color (decimal): -12181397 or 7020614. OLE color: 7020614.
HSL color Cylindrical-coordinate representation of color #46206B: hue angle of 270.4º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46206B is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 32 | 107 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.58 |
| HSL | 270.4º | 0.54% | 0.27% | - |
| HSV(B) | 270.4º | 0.7% | 0.42% | - |
| XYZ | 5.7 | 3.4 | 14.27 | - |
| YUV | 51.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 107 | 0.35 | 0.70 | 0 | 0.58 | 270.4 | 0.54 | 0.27 |
| Hex | 46 | 20 | 6B | 23 | 46 | 0 | 3A | 10E | 36 | 1B |
| Octal | 106 | 40 | 153 | 43 | 106 | 0 | 72 | 416 | 66 | 33 |
| Binary | 1000110 | 100000 | 1101011 | 100011 | 1000110 | 0 | 111010 | 100001110 | 110110 | 11011 |
Color Harmonies of #46206B
Complementary color
Monochromatic Colors of #46206B
Black with #46206B
Text Example
Text Example
White with #46206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46206B; }
p { color: rgb(70,32,107); }
H1.HeaderClassName
{
color: #46206B;
}
.AnyTagClassName
{
color: #46206B;
}
</style>
background-color css
<style>
a { background-color: #46206B; }
a { background-color: rgb(70,32,107); }
div.DivClassName
{
background-color: #46206B;
}
.BgClassName
{
background-color: #46206B;
}
</style>
border-color css
<style>
span { border-color: #46206B; }
span { border-color: rgb(70,32,107); }
td.TdClassName
{
border-color: #46206B;
}
.TagClassName
{
border-color: #46206B;
}
</style>