#464A32

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

Shades of Waiouru #464A32

Tints of Waiouru #464A32

Color information

#464A32 (or 0x464A32) is unknown color: approx Waiouru. HEX triplet: 46, 4A and 32. RGB value is (70,74,50). Sum of RGB (Red+Green+Blue) = 70+74+50=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #464A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A32 is #B9B5CD. Grayscale: #464646. Windows color (decimal): -12170702 or 3295814. OLE color: 3295814.

HSL color Cylindrical-coordinate representation of color #464A32: hue angle of 70º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464A32 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB707450-
CMYK0.0500.320.71
HSL70º19.35%24.31%-
HSV(B)70º32.43%29.02%-
XYZ5.556.433.97-
YUV70.07116.67127.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 74 (29.30% from 255) = 38.14%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=36.08%
G=38.14%
B=25.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074500.0500.320.717019.3524.31
Hex464A32502047461318
Octal1061126250401071062330
Binary100011010010101100101010100000100011110001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A32; }

 p { color: rgb(70,74,50); }

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

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

 a { background-color: rgb(70,74,50); }

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

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

 span { border-color: rgb(70,74,50); }

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