Shades of Blue Diamond #462E68
Tints of Blue Diamond #462E68
RGB
CMYK
RGB Variations
Color information
#462E68 (or 0x462E68) is known color: Blue Diamond. HEX triplet: 46, 2E and 68. RGB value is (70,46,104). Sum of RGB (Red+Green+Blue) = 70+46+104=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #462E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E68 is #B9D197. Grayscale: #3B3B3B. Windows color (decimal): -12177816 or 6827590. OLE color: 6827590.
HSL color Cylindrical-coordinate representation of color #462E68: hue angle of 264.83º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462E68 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 46 | 104 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.59 |
| HSL | 264.83º | 0.39% | 0.29% | - |
| HSV(B) | 264.83º | 0.56% | 0.41% | - |
| XYZ | 6 | 4.26 | 13.6 | - |
| YUV | 59.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 104 | 0.33 | 0.56 | 0 | 0.59 | 264.83 | 0.39 | 0.29 |
| Hex | 46 | 2E | 68 | 21 | 38 | 0 | 3B | 109 | 27 | 1D |
| Octal | 106 | 56 | 150 | 41 | 70 | 0 | 73 | 411 | 47 | 35 |
| Binary | 1000110 | 101110 | 1101000 | 100001 | 111000 | 0 | 111011 | 100001001 | 100111 | 11101 |
Color Harmonies of #462E68
Complementary color
Monochromatic Colors of #462E68
Black with #462E68
Text Example
Text Example
White with #462E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E68; }
p { color: rgb(70,46,104); }
H1.HeaderClassName
{
color: #462E68;
}
.AnyTagClassName
{
color: #462E68;
}
</style>
background-color css
<style>
a { background-color: #462E68; }
a { background-color: rgb(70,46,104); }
div.DivClassName
{
background-color: #462E68;
}
.BgClassName
{
background-color: #462E68;
}
</style>
border-color css
<style>
span { border-color: #462E68; }
span { border-color: rgb(70,46,104); }
td.TdClassName
{
border-color: #462E68;
}
.TagClassName
{
border-color: #462E68;
}
</style>