#462346

Color #462346 Valentino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Valentino #462346

Tints of Valentino #462346

Color information

#462346 (or 0x462346) is unknown color: approx 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

RGB703570-
CMYK00.500.73
HSL300º33.33%20.59%-
HSV(B)300º50%27.45%-
XYZ4.232.956.14-
YUV49.46139.6142.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 40%
GREEN value IS 35 (14.06% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 40%
R=40%
G=20%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70357000.500.7330033.3320.59
Hex46234603204912c2115
Octal1064310606201114544125
Binary1000110100011100011001100100100100110010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>