#464439

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

Shades of Woodrush #464439

Tints of Woodrush #464439

Color information

#464439 (or 0x464439) is unknown color: approx Woodrush. HEX triplet: 46, 44 and 39. RGB value is (70,68,57). Sum of RGB (Red+Green+Blue) = 70+68+57=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 57 (22.66% from 255 or 29.23% from 195); Max value from RGB is 70 - color contains mainly: red. Hex color #464439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464439 is #B9BBC6. Grayscale: #434343. Windows color (decimal): -12172231 or 3753030. OLE color: 3753030.

HSL color Cylindrical-coordinate representation of color #464439: hue angle of 50.77º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464439 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.73.

Color convert

RGB706857-
CMYK00.030.190.73
HSL50.77º10.24%24.9%-
HSV(B)50.77º18.57%27.45%-
XYZ5.335.734.7-
YUV67.34122.16129.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 57 (22.66% from 255) = 29.23%
R=35.90%
G=34.87%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70685700.030.190.7350.7710.2424.9
Hex46443903134933a19
Octal106104710323111631231
Binary10001101000100111001011100111001001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464439; }

 p { color: rgb(70,68,57); }

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

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

 a { background-color: rgb(70,68,57); }

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

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

 span { border-color: rgb(70,68,57); }

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