Shades of Christalle #460F65
Tints of Christalle #460F65
RGB
CMYK
RGB Variations
Color information
#460F65 (or 0x460F65) is known color: Christalle. HEX triplet: 46, 0F and 65. RGB value is (70,15,101). Sum of RGB (Red+Green+Blue) = 70+15+101=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #460F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F65 is #B9F09A. Grayscale: #282828. Windows color (decimal): -12185755 or 6623046. OLE color: 6623046.
HSL color Cylindrical-coordinate representation of color #460F65: hue angle of 278.37º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460F65 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 15 | 101 | - |
| CMYK | 0.31 | 0.85 | 0 | 0.60 |
| HSL | 278.37º | 0.74% | 0.23% | - |
| HSV(B) | 278.37º | 0.85% | 0.4% | - |
| XYZ | 5.05 | 2.58 | 12.54 | - |
| YUV | 41.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 101 | 0.31 | 0.85 | 0 | 0.60 | 278.37 | 0.74 | 0.23 |
| Hex | 46 | F | 65 | 1F | 55 | 0 | 3C | 116 | 4A | 17 |
| Octal | 106 | 17 | 145 | 37 | 125 | 0 | 74 | 426 | 112 | 27 |
| Binary | 1000110 | 1111 | 1100101 | 11111 | 1010101 | 0 | 111100 | 100010110 | 1001010 | 10111 |
Color Harmonies of #460F65
Complementary color
Monochromatic Colors of #460F65
Black with #460F65
Text Example
Text Example
White with #460F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F65; }
p { color: rgb(70,15,101); }
H1.HeaderClassName
{
color: #460F65;
}
.AnyTagClassName
{
color: #460F65;
}
</style>
background-color css
<style>
a { background-color: #460F65; }
a { background-color: rgb(70,15,101); }
div.DivClassName
{
background-color: #460F65;
}
.BgClassName
{
background-color: #460F65;
}
</style>
border-color css
<style>
span { border-color: #460F65; }
span { border-color: rgb(70,15,101); }
td.TdClassName
{
border-color: #460F65;
}
.TagClassName
{
border-color: #460F65;
}
</style>