Shades of Blue Diamond #46246A
Tints of Blue Diamond #46246A
RGB
CMYK
RGB Variations
Color information
#46246A (or 0x46246A) is known color: Blue Diamond. HEX triplet: 46, 24 and 6A. RGB value is (70,36,106). Sum of RGB (Red+Green+Blue) = 70+36+106=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #46246A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46246A is #B9DB95. Grayscale: #353535. Windows color (decimal): -12180374 or 6956102. OLE color: 6956102.
HSL color Cylindrical-coordinate representation of color #46246A: hue angle of 269.14º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46246A is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 36 | 106 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.58 |
| HSL | 269.14º | 0.49% | 0.28% | - |
| HSV(B) | 269.14º | 0.66% | 0.42% | - |
| XYZ | 5.76 | 3.6 | 14.03 | - |
| YUV | 54.15 | 157.26 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 106 | 0.34 | 0.66 | 0 | 0.58 | 269.14 | 0.49 | 0.28 |
| Hex | 46 | 24 | 6A | 22 | 42 | 0 | 3A | 10D | 31 | 1C |
| Octal | 106 | 44 | 152 | 42 | 102 | 0 | 72 | 415 | 61 | 34 |
| Binary | 1000110 | 100100 | 1101010 | 100010 | 1000010 | 0 | 111010 | 100001101 | 110001 | 11100 |
Color Harmonies of #46246A
Complementary color
Monochromatic Colors of #46246A
Black with #46246A
Text Example
Text Example
White with #46246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46246A; }
p { color: rgb(70,36,106); }
H1.HeaderClassName
{
color: #46246A;
}
.AnyTagClassName
{
color: #46246A;
}
</style>
background-color css
<style>
a { background-color: #46246A; }
a { background-color: rgb(70,36,106); }
div.DivClassName
{
background-color: #46246A;
}
.BgClassName
{
background-color: #46246A;
}
</style>
border-color css
<style>
span { border-color: #46246A; }
span { border-color: rgb(70,36,106); }
td.TdClassName
{
border-color: #46246A;
}
.TagClassName
{
border-color: #46246A;
}
</style>