Shades of Blue Diamond #462065
Tints of Blue Diamond #462065
RGB
CMYK
RGB Variations
Color information
#462065 (or 0x462065) is known color: Blue Diamond. HEX triplet: 46, 20 and 65. RGB value is (70,32,101). Sum of RGB (Red+Green+Blue) = 70+32+101=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #462065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462065 is #B9DF9A. Grayscale: #323232. Windows color (decimal): -12181403 or 6627398. OLE color: 6627398.
HSL color Cylindrical-coordinate representation of color #462065: hue angle of 273.04º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #462065 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 32 | 101 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.60 |
| HSL | 273.04º | 0.52% | 0.26% | - |
| HSV(B) | 273.04º | 0.68% | 0.4% | - |
| XYZ | 5.39 | 3.27 | 12.66 | - |
| YUV | 51.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 101 | 0.31 | 0.68 | 0 | 0.60 | 273.04 | 0.52 | 0.26 |
| Hex | 46 | 20 | 65 | 1F | 44 | 0 | 3C | 111 | 34 | 1A |
| Octal | 106 | 40 | 145 | 37 | 104 | 0 | 74 | 421 | 64 | 32 |
| Binary | 1000110 | 100000 | 1100101 | 11111 | 1000100 | 0 | 111100 | 100010001 | 110100 | 11010 |
Color Harmonies of #462065
Complementary color
Monochromatic Colors of #462065
Black with #462065
Text Example
Text Example
White with #462065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462065; }
p { color: rgb(70,32,101); }
H1.HeaderClassName
{
color: #462065;
}
.AnyTagClassName
{
color: #462065;
}
</style>
background-color css
<style>
a { background-color: #462065; }
a { background-color: rgb(70,32,101); }
div.DivClassName
{
background-color: #462065;
}
.BgClassName
{
background-color: #462065;
}
</style>
border-color css
<style>
span { border-color: #462065; }
span { border-color: rgb(70,32,101); }
td.TdClassName
{
border-color: #462065;
}
.TagClassName
{
border-color: #462065;
}
</style>