Shades of Blue Diamond #462E65
Tints of Blue Diamond #462E65
RGB
CMYK
RGB Variations
Color information
#462E65 (or 0x462E65) is known color: Blue Diamond. HEX triplet: 46, 2E and 65. RGB value is (70,46,101). Sum of RGB (Red+Green+Blue) = 70+46+101=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 46 (18.36% from 255 or 21.20% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #462E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E65 is #B9D19A. Grayscale: #3B3B3B. Windows color (decimal): -12177819 or 6630982. OLE color: 6630982.
HSL color Cylindrical-coordinate representation of color #462E65: hue angle of 266.18º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462E65 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 46 | 101 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.60 |
| HSL | 266.18º | 0.37% | 0.29% | - |
| HSV(B) | 266.18º | 0.54% | 0.4% | - |
| XYZ | 5.85 | 4.2 | 12.81 | - |
| YUV | 59.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 101 | 0.31 | 0.54 | 0 | 0.60 | 266.18 | 0.37 | 0.29 |
| Hex | 46 | 2E | 65 | 1F | 36 | 0 | 3C | 10A | 25 | 1D |
| Octal | 106 | 56 | 145 | 37 | 66 | 0 | 74 | 412 | 45 | 35 |
| Binary | 1000110 | 101110 | 1100101 | 11111 | 110110 | 0 | 111100 | 100001010 | 100101 | 11101 |
Color Harmonies of #462E65
Complementary color
Monochromatic Colors of #462E65
Black with #462E65
Text Example
Text Example
White with #462E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E65; }
p { color: rgb(70,46,101); }
H1.HeaderClassName
{
color: #462E65;
}
.AnyTagClassName
{
color: #462E65;
}
</style>
background-color css
<style>
a { background-color: #462E65; }
a { background-color: rgb(70,46,101); }
div.DivClassName
{
background-color: #462E65;
}
.BgClassName
{
background-color: #462E65;
}
</style>
border-color css
<style>
span { border-color: #462E65; }
span { border-color: rgb(70,46,101); }
td.TdClassName
{
border-color: #462E65;
}
.TagClassName
{
border-color: #462E65;
}
</style>