#454244

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

Shades of Purple Taupe #454244

Tints of Purple Taupe #454244

Color information

#454244 (or 0x454244) is unknown color: approx Purple Taupe. HEX triplet: 45, 42 and 44. RGB value is (69,66,68). Sum of RGB (Red+Green+Blue) = 69+66+68=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 69 - color contains mainly: red. Hex color #454244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454244 is #BABDBB. Grayscale: #434343. Windows color (decimal): -12238268 or 4473413. OLE color: 4473413.

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

Color convert

RGB696668-
CMYK00.040.010.73
HSL320º2.22%26.47%-
HSV(B)320º4.35%27.06%-
XYZ5.455.586.26-
YUV67.12128.49129.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=33.99%
G=32.51%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69666800.040.010.733202.2226.47
Hex4542440414914021a
Octal105102104041111500232
Binary1000101100001010001000100110010011010000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454244; }

 p { color: rgb(69,66,68); }

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

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

 a { background-color: rgb(69,66,68); }

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

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

 span { border-color: rgb(69,66,68); }

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