Shades of Valentino #462346
Tints of Valentino #462346
RGB
CMYK
RGB Variations
Color information
#462346 (or 0x462346) is known color: Valentino. HEX triplet: 46, 23 and 46. RGB value is (70,35,70). Sum of RGB (Red+Green+Blue) = 70+35+70=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 70 - color contains mainly: red, blue. Hex color #462346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462346 is #B9DCB9. Grayscale: #313131. Windows color (decimal): -12180666 or 4596550. OLE color: 4596550.
HSL color Cylindrical-coordinate representation of color #462346: hue angle of 300º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462346 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 35 | 70 | - |
| CMYK | 0 | 0.5 | 0 | 0.73 |
| HSL | 300º | 0.33% | 0.21% | - |
| HSV(B) | 300º | 0.5% | 0.27% | - |
| XYZ | 4.23 | 2.95 | 6.14 | - |
| YUV | 49.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 70 | 0 | 0.5 | 0 | 0.73 | 300 | 0.33 | 0.21 |
| Hex | 46 | 23 | 46 | 0 | 32 | 0 | 49 | 12C | 21 | 15 |
| Octal | 106 | 43 | 106 | 0 | 62 | 0 | 111 | 454 | 41 | 25 |
| Binary | 1000110 | 100011 | 1000110 | 0 | 110010 | 0 | 1001001 | 100101100 | 100001 | 10101 |
Color Harmonies of #462346
Complementary color
Monochromatic Colors of #462346
Black with #462346
Text Example
Text Example
White with #462346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462346; }
p { color: rgb(70,35,70); }
H1.HeaderClassName
{
color: #462346;
}
.AnyTagClassName
{
color: #462346;
}
</style>
background-color css
<style>
a { background-color: #462346; }
a { background-color: rgb(70,35,70); }
div.DivClassName
{
background-color: #462346;
}
.BgClassName
{
background-color: #462346;
}
</style>
border-color css
<style>
span { border-color: #462346; }
span { border-color: rgb(70,35,70); }
td.TdClassName
{
border-color: #462346;
}
.TagClassName
{
border-color: #462346;
}
</style>