#464145

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

Shades of Purple Taupe #464145

Tints of Purple Taupe #464145

Color information

#464145 (or 0x464145) is unknown color: approx Purple Taupe. HEX triplet: 46, 41 and 45. RGB value is (70,65,69). Sum of RGB (Red+Green+Blue) = 70+65+69=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 70 - color contains mainly: red. Hex color #464145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464145 is #B9BEBA. Grayscale: #424242. Windows color (decimal): -12172987 or 4538694. OLE color: 4538694.

HSL color Cylindrical-coordinate representation of color #464145: hue angle of 312º degrees, saturation: 0.04, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #464145 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB706569-
CMYK00.070.010.73
HSL312º3.7%26.47%-
HSV(B)312º7.14%27.45%-
XYZ5.495.516.4-
YUV66.95129.16130.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.31%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=34.31%
G=31.86%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70656900.070.010.733123.726.47
Hex4641450714913841a
Octal106101105071111470432
Binary10001101000001100010101111100100110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464145; }

 p { color: rgb(70,65,69); }

 H1.HeaderClassName
 {
   color: #464145;
 }
 .AnyTagClassName
 {
   color: #464145;
 }
</style>
background-color css

<style>
 a { background-color: #464145; }

 a { background-color: rgb(70,65,69); }

 div.DivClassName
 {
   background-color: #464145;
 }
 .BgClassName
 {
   background-color: #464145;
 }
</style>
border-color css

<style>
 span { border-color: #464145; }

 span { border-color: rgb(70,65,69); }

 td.TdClassName
 {
   border-color: #464145;
 }
 .TagClassName
 {
   border-color: #464145;
 }
</style>