Shades of Blue Diamond #462E6D
Tints of Blue Diamond #462E6D
RGB
CMYK
RGB Variations
Color information
#462E6D (or 0x462E6D) is known color: Blue Diamond. HEX triplet: 46, 2E and 6D. RGB value is (70,46,109). Sum of RGB (Red+Green+Blue) = 70+46+109=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #462E6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E6D is #B9D192. Grayscale: #3C3C3C. Windows color (decimal): -12177811 or 7155270. OLE color: 7155270.
HSL color Cylindrical-coordinate representation of color #462E6D: hue angle of 262.86º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462E6D is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 46 | 109 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.57 |
| HSL | 262.86º | 0.41% | 0.3% | - |
| HSV(B) | 262.86º | 0.58% | 0.43% | - |
| XYZ | 6.26 | 4.36 | 14.98 | - |
| YUV | 60.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 109 | 0.36 | 0.58 | 0 | 0.57 | 262.86 | 0.41 | 0.3 |
| Hex | 46 | 2E | 6D | 24 | 3A | 0 | 39 | 107 | 29 | 1E |
| Octal | 106 | 56 | 155 | 44 | 72 | 0 | 71 | 407 | 51 | 36 |
| Binary | 1000110 | 101110 | 1101101 | 100100 | 111010 | 0 | 111001 | 100000111 | 101001 | 11110 |
Color Harmonies of #462E6D
Complementary color
Monochromatic Colors of #462E6D
Black with #462E6D
Text Example
Text Example
White with #462E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E6D; }
p { color: rgb(70,46,109); }
H1.HeaderClassName
{
color: #462E6D;
}
.AnyTagClassName
{
color: #462E6D;
}
</style>
background-color css
<style>
a { background-color: #462E6D; }
a { background-color: rgb(70,46,109); }
div.DivClassName
{
background-color: #462E6D;
}
.BgClassName
{
background-color: #462E6D;
}
</style>
border-color css
<style>
span { border-color: #462E6D; }
span { border-color: rgb(70,46,109); }
td.TdClassName
{
border-color: #462E6D;
}
.TagClassName
{
border-color: #462E6D;
}
</style>