Html Css Color HEX #464145 Purple Taupe

📋 copy color: '#464145'

red 70 ◦ green 65 ◦ blue 69

#464145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #464145

Tints of Purple Taupe #464145

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 value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#464145 (or 0x464145) is known color: 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

RGB 70 65 69 -
CMYK 0 0.07 0.01 0.73
HSL 312º 0.04% 0.26% -
HSV(B) 312º 0.07% 0.27% -
XYZ 5.49 5.51 6.4 -
YUV 66.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 70 65 69 0 0.07 0.01 0.73 312 0.04 0.26
Hex 46 41 45 0 7 1 49 138 4 1A
Octal 106 101 105 0 7 1 111 470 4 32
Binary 1000110 1000001 1000101 0 111 1 1001001 100111000 100 11010

Color Harmonies of #464145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464145

Black with #464145

Text Example


Text Example

White with #464145

Text Example


Text Example

HTML Codes & Css Web 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>