Shades of Blue Diamond #462D67
Tints of Blue Diamond #462D67
RGB
CMYK
RGB Variations
Color information
#462D67 (or 0x462D67) is known color: Blue Diamond. HEX triplet: 46, 2D and 67. RGB value is (70,45,103). Sum of RGB (Red+Green+Blue) = 70+45+103=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #462D67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462D67 is #B9D298. Grayscale: #3A3A3A. Windows color (decimal): -12178073 or 6761798. OLE color: 6761798.
HSL color Cylindrical-coordinate representation of color #462D67: hue angle of 265.86º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462D67 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 45 | 103 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.60 |
| HSL | 265.86º | 0.39% | 0.29% | - |
| HSV(B) | 265.86º | 0.56% | 0.4% | - |
| XYZ | 5.91 | 4.16 | 13.32 | - |
| YUV | 59.09 | 152.78 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 103 | 0.32 | 0.56 | 0 | 0.60 | 265.86 | 0.39 | 0.29 |
| Hex | 46 | 2D | 67 | 20 | 38 | 0 | 3C | 10A | 27 | 1D |
| Octal | 106 | 55 | 147 | 40 | 70 | 0 | 74 | 412 | 47 | 35 |
| Binary | 1000110 | 101101 | 1100111 | 100000 | 111000 | 0 | 111100 | 100001010 | 100111 | 11101 |
Color Harmonies of #462D67
Complementary color
Monochromatic Colors of #462D67
Black with #462D67
Text Example
Text Example
White with #462D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462D67; }
p { color: rgb(70,45,103); }
H1.HeaderClassName
{
color: #462D67;
}
.AnyTagClassName
{
color: #462D67;
}
</style>
background-color css
<style>
a { background-color: #462D67; }
a { background-color: rgb(70,45,103); }
div.DivClassName
{
background-color: #462D67;
}
.BgClassName
{
background-color: #462D67;
}
</style>
border-color css
<style>
span { border-color: #462D67; }
span { border-color: rgb(70,45,103); }
td.TdClassName
{
border-color: #462D67;
}
.TagClassName
{
border-color: #462D67;
}
</style>