#454044

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

Shades of Purple Taupe #454044

Tints of Purple Taupe #454044

Color information

#454044 (or 0x454044) is unknown color: approx Purple Taupe. HEX triplet: 45, 40 and 44. RGB value is (69,64,68). Sum of RGB (Red+Green+Blue) = 69+64+68=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 69 - color contains mainly: red. Hex color #454044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454044 is #BABFBB. Grayscale: #414141. Windows color (decimal): -12238780 or 4472901. OLE color: 4472901.

HSL color Cylindrical-coordinate representation of color #454044: 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 #454044 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB696468-
CMYK00.070.010.73
HSL312º3.76%26.08%-
HSV(B)312º7.25%27.06%-
XYZ5.335.356.22-
YUV65.95129.16130.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 64 (25.39% from 255) = 31.84%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=34.33%
G=31.84%
B=33.83%

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
Decimal69646800.070.010.733123.7626.08
Hex4540440714913841a
Octal105100104071111470432
Binary10001011000000100010001111100100110011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454044; }

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

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

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

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

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

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

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

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