Shades of Blue Diamond #462E62
Tints of Blue Diamond #462E62
RGB
CMYK
RGB Variations
Color information
#462E62 (or 0x462E62) is known color: Blue Diamond. HEX triplet: 46, 2E and 62. RGB value is (70,46,98). Sum of RGB (Red+Green+Blue) = 70+46+98=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 46 (18.36% from 255 or 21.50% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #462E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462E62 is #B9D19D. Grayscale: #3A3A3A. Windows color (decimal): -12177822 or 6434374. OLE color: 6434374.
HSL color Cylindrical-coordinate representation of color #462E62: hue angle of 267.69º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462E62 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 46 | 98 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.62 |
| HSL | 267.69º | 0.36% | 0.28% | - |
| HSV(B) | 267.69º | 0.53% | 0.38% | - |
| XYZ | 5.71 | 4.14 | 12.05 | - |
| YUV | 59.1 | 149.95 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 98 | 0.29 | 0.53 | 0 | 0.62 | 267.69 | 0.36 | 0.28 |
| Hex | 46 | 2E | 62 | 1D | 35 | 0 | 3E | 10C | 24 | 1C |
| Octal | 106 | 56 | 142 | 35 | 65 | 0 | 76 | 414 | 44 | 34 |
| Binary | 1000110 | 101110 | 1100010 | 11101 | 110101 | 0 | 111110 | 100001100 | 100100 | 11100 |
Color Harmonies of #462E62
Complementary color
Monochromatic Colors of #462E62
Black with #462E62
Text Example
Text Example
White with #462E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462E62; }
p { color: rgb(70,46,98); }
H1.HeaderClassName
{
color: #462E62;
}
.AnyTagClassName
{
color: #462E62;
}
</style>
background-color css
<style>
a { background-color: #462E62; }
a { background-color: rgb(70,46,98); }
div.DivClassName
{
background-color: #462E62;
}
.BgClassName
{
background-color: #462E62;
}
</style>
border-color css
<style>
span { border-color: #462E62; }
span { border-color: rgb(70,46,98); }
td.TdClassName
{
border-color: #462E62;
}
.TagClassName
{
border-color: #462E62;
}
</style>