Shades of Blue Diamond #462C65
Tints of Blue Diamond #462C65
RGB
CMYK
RGB Variations
Color information
#462C65 (or 0x462C65) is known color: Blue Diamond. HEX triplet: 46, 2C and 65. RGB value is (70,44,101). Sum of RGB (Red+Green+Blue) = 70+44+101=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 101 (39.84% from 255 or 46.98% from 215); Max value from RGB is 101 - color contains mainly: blue. Hex color #462C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C65 is #B9D39A. Grayscale: #3A3A3A. Windows color (decimal): -12178331 or 6630470. OLE color: 6630470.
HSL color Cylindrical-coordinate representation of color #462C65: hue angle of 267.37º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462C65 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 44 | 101 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.60 |
| HSL | 267.37º | 0.39% | 0.28% | - |
| HSV(B) | 267.37º | 0.56% | 0.4% | - |
| XYZ | 5.78 | 4.04 | 12.79 | - |
| YUV | 58.27 | 152.11 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 101 | 0.31 | 0.56 | 0 | 0.60 | 267.37 | 0.39 | 0.28 |
| Hex | 46 | 2C | 65 | 1F | 38 | 0 | 3C | 10B | 27 | 1C |
| Octal | 106 | 54 | 145 | 37 | 70 | 0 | 74 | 413 | 47 | 34 |
| Binary | 1000110 | 101100 | 1100101 | 11111 | 111000 | 0 | 111100 | 100001011 | 100111 | 11100 |
Color Harmonies of #462C65
Complementary color
Monochromatic Colors of #462C65
Black with #462C65
Text Example
Text Example
White with #462C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C65; }
p { color: rgb(70,44,101); }
H1.HeaderClassName
{
color: #462C65;
}
.AnyTagClassName
{
color: #462C65;
}
</style>
background-color css
<style>
a { background-color: #462C65; }
a { background-color: rgb(70,44,101); }
div.DivClassName
{
background-color: #462C65;
}
.BgClassName
{
background-color: #462C65;
}
</style>
border-color css
<style>
span { border-color: #462C65; }
span { border-color: rgb(70,44,101); }
td.TdClassName
{
border-color: #462C65;
}
.TagClassName
{
border-color: #462C65;
}
</style>