Shades of Blue Diamond #462C67
Tints of Blue Diamond #462C67
RGB
CMYK
RGB Variations
Color information
#462C67 (or 0x462C67) is known color: Blue Diamond. HEX triplet: 46, 2C and 67. RGB value is (70,44,103). Sum of RGB (Red+Green+Blue) = 70+44+103=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #462C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C67 is #B9D398. Grayscale: #3A3A3A. Windows color (decimal): -12178329 or 6761542. OLE color: 6761542.
HSL color Cylindrical-coordinate representation of color #462C67: hue angle of 266.44º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #462C67 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 44 | 103 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.60 |
| HSL | 266.44º | 0.4% | 0.29% | - |
| HSV(B) | 266.44º | 0.57% | 0.4% | - |
| XYZ | 5.87 | 4.08 | 13.31 | - |
| YUV | 58.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 103 | 0.32 | 0.57 | 0 | 0.60 | 266.44 | 0.4 | 0.29 |
| Hex | 46 | 2C | 67 | 20 | 39 | 0 | 3C | 10A | 28 | 1D |
| Octal | 106 | 54 | 147 | 40 | 71 | 0 | 74 | 412 | 50 | 35 |
| Binary | 1000110 | 101100 | 1100111 | 100000 | 111001 | 0 | 111100 | 100001010 | 101000 | 11101 |
Color Harmonies of #462C67
Complementary color
Monochromatic Colors of #462C67
Black with #462C67
Text Example
Text Example
White with #462C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C67; }
p { color: rgb(70,44,103); }
H1.HeaderClassName
{
color: #462C67;
}
.AnyTagClassName
{
color: #462C67;
}
</style>
background-color css
<style>
a { background-color: #462C67; }
a { background-color: rgb(70,44,103); }
div.DivClassName
{
background-color: #462C67;
}
.BgClassName
{
background-color: #462C67;
}
</style>
border-color css
<style>
span { border-color: #462C67; }
span { border-color: rgb(70,44,103); }
td.TdClassName
{
border-color: #462C67;
}
.TagClassName
{
border-color: #462C67;
}
</style>