Shades of Blue Diamond #462E64
Tints of Blue Diamond #462E64
RGB
CMYK
RGB Variations
Color information
#462E64 (or 0x462E64) is known color: Blue Diamond. HEX triplet: 46, 2E and 64. RGB value is (70,46,100). Sum of RGB (Red+Green+Blue) = 70+46+100=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 100 (39.45% from 255 or 46.30% from 216); Max value from RGB is 100 - color contains mainly: blue. Hex color #462E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E64 is #B9D19B. Grayscale: #3B3B3B. Windows color (decimal): -12177820 or 6565446. OLE color: 6565446.
HSL color Cylindrical-coordinate representation of color #462E64: hue angle of 266.67º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462E64 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 46 | 100 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.61 |
| HSL | 266.67º | 0.37% | 0.29% | - |
| HSV(B) | 266.67º | 0.54% | 0.39% | - |
| XYZ | 5.8 | 4.18 | 12.56 | - |
| YUV | 59.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 100 | 0.30 | 0.54 | 0 | 0.61 | 266.67 | 0.37 | 0.29 |
| Hex | 46 | 2E | 64 | 1E | 36 | 0 | 3D | 10B | 25 | 1D |
| Octal | 106 | 56 | 144 | 36 | 66 | 0 | 75 | 413 | 45 | 35 |
| Binary | 1000110 | 101110 | 1100100 | 11110 | 110110 | 0 | 111101 | 100001011 | 100101 | 11101 |
Color Harmonies of #462E64
Complementary color
Monochromatic Colors of #462E64
Black with #462E64
Text Example
Text Example
White with #462E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E64; }
p { color: rgb(70,46,100); }
H1.HeaderClassName
{
color: #462E64;
}
.AnyTagClassName
{
color: #462E64;
}
</style>
background-color css
<style>
a { background-color: #462E64; }
a { background-color: rgb(70,46,100); }
div.DivClassName
{
background-color: #462E64;
}
.BgClassName
{
background-color: #462E64;
}
</style>
border-color css
<style>
span { border-color: #462E64; }
span { border-color: rgb(70,46,100); }
td.TdClassName
{
border-color: #462E64;
}
.TagClassName
{
border-color: #462E64;
}
</style>