Html Css Color HEX #464345 Purple Taupe

📋 copy color: '#464345'

red 70 ◦ green 67 ◦ blue 69

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

Shades of Purple Taupe #464345

Tints of Purple Taupe #464345

RGB

 RED value IS 70 (27.73% from 255) = 33.98%

 GREEN value IS 67 (26.56% from 255) = 32.52%

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 33.98%
G = 32.52%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.73

RGB Variations

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

Color information

#464345 (or 0x464345) is known color: Purple Taupe. HEX triplet: 46, 43 and 45. RGB value is (70,67,69). Sum of RGB (Red+Green+Blue) = 70+67+69=206 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.98% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 70 - color contains mainly: red. Hex color #464345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464345 is #B9BCBA. Grayscale: #444444. Windows color (decimal): -12172475 or 4539206. OLE color: 4539206.

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

Color convert

RGB 70 67 69 -
CMYK 0 0.04 0.01 0.73
HSL 320º 0.02% 0.27% -
HSV(B) 320º 0.04% 0.27% -
XYZ 5.61 5.75 6.44 -
YUV 68.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 70 67 69 0 0.04 0.01 0.73 320 0.02 0.27
Hex 46 43 45 0 4 1 49 140 2 1B
Octal 106 103 105 0 4 1 111 500 2 33
Binary 1000110 1000011 1000101 0 100 1 1001001 101000000 10 11011

Color Harmonies of #464345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464345

Black with #464345

Text Example


Text Example

White with #464345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464345; }

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

 H1.HeaderClassName
 {
   color: #464345;
 }
 .AnyTagClassName
 {
   color: #464345;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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