Shades of Blue Diamond #462D69
Tints of Blue Diamond #462D69
RGB
CMYK
RGB Variations
Color information
#462D69 (or 0x462D69) is known color: Blue Diamond. HEX triplet: 46, 2D and 69. RGB value is (70,45,105). Sum of RGB (Red+Green+Blue) = 70+45+105=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 105 (41.41% from 255 or 47.73% from 220); Max value from RGB is 105 - color contains mainly: blue. Hex color #462D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D69 is #B9D296. Grayscale: #3B3B3B. Windows color (decimal): -12178071 or 6892870. OLE color: 6892870.
HSL color Cylindrical-coordinate representation of color #462D69: hue angle of 265º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462D69 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 45 | 105 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.59 |
| HSL | 265º | 0.4% | 0.29% | - |
| HSV(B) | 265º | 0.57% | 0.41% | - |
| XYZ | 6.01 | 4.2 | 13.86 | - |
| YUV | 59.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 105 | 0.33 | 0.57 | 0 | 0.59 | 265 | 0.4 | 0.29 |
| Hex | 46 | 2D | 69 | 21 | 39 | 0 | 3B | 109 | 28 | 1D |
| Octal | 106 | 55 | 151 | 41 | 71 | 0 | 73 | 411 | 50 | 35 |
| Binary | 1000110 | 101101 | 1101001 | 100001 | 111001 | 0 | 111011 | 100001001 | 101000 | 11101 |
Color Harmonies of #462D69
Complementary color
Monochromatic Colors of #462D69
Black with #462D69
Text Example
Text Example
White with #462D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D69; }
p { color: rgb(70,45,105); }
H1.HeaderClassName
{
color: #462D69;
}
.AnyTagClassName
{
color: #462D69;
}
</style>
background-color css
<style>
a { background-color: #462D69; }
a { background-color: rgb(70,45,105); }
div.DivClassName
{
background-color: #462D69;
}
.BgClassName
{
background-color: #462D69;
}
</style>
border-color css
<style>
span { border-color: #462D69; }
span { border-color: rgb(70,45,105); }
td.TdClassName
{
border-color: #462D69;
}
.TagClassName
{
border-color: #462D69;
}
</style>