Shades of Blue Diamond #46256A
Tints of Blue Diamond #46256A
RGB
CMYK
RGB Variations
Color information
#46256A (or 0x46256A) is known color: Blue Diamond. HEX triplet: 46, 25 and 6A. RGB value is (70,37,106). Sum of RGB (Red+Green+Blue) = 70+37+106=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #46256A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46256A is #B9DA95. Grayscale: #363636. Windows color (decimal): -12180118 or 6956358. OLE color: 6956358.
HSL color Cylindrical-coordinate representation of color #46256A: hue angle of 268.7º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46256A is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 37 | 106 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.58 |
| HSL | 268.7º | 0.48% | 0.28% | - |
| HSV(B) | 268.7º | 0.65% | 0.42% | - |
| XYZ | 5.79 | 3.67 | 14.04 | - |
| YUV | 54.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 106 | 0.34 | 0.65 | 0 | 0.58 | 268.7 | 0.48 | 0.28 |
| Hex | 46 | 25 | 6A | 22 | 41 | 0 | 3A | 10D | 30 | 1C |
| Octal | 106 | 45 | 152 | 42 | 101 | 0 | 72 | 415 | 60 | 34 |
| Binary | 1000110 | 100101 | 1101010 | 100010 | 1000001 | 0 | 111010 | 100001101 | 110000 | 11100 |
Color Harmonies of #46256A
Complementary color
Monochromatic Colors of #46256A
Black with #46256A
Text Example
Text Example
White with #46256A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46256A; }
p { color: rgb(70,37,106); }
H1.HeaderClassName
{
color: #46256A;
}
.AnyTagClassName
{
color: #46256A;
}
</style>
background-color css
<style>
a { background-color: #46256A; }
a { background-color: rgb(70,37,106); }
div.DivClassName
{
background-color: #46256A;
}
.BgClassName
{
background-color: #46256A;
}
</style>
border-color css
<style>
span { border-color: #46256A; }
span { border-color: rgb(70,37,106); }
td.TdClassName
{
border-color: #46256A;
}
.TagClassName
{
border-color: #46256A;
}
</style>