#464726

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

Shades of Waiouru #464726

Tints of Waiouru #464726

Color information

#464726 (or 0x464726) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 26. RGB value is (70,71,38). Sum of RGB (Red+Green+Blue) = 70+71+38=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 38 (15.23% from 255 or 21.23% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #464726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464726 is #B9B8D9. Grayscale: #434343. Windows color (decimal): -12171482 or 2508614. OLE color: 2508614.

HSL color Cylindrical-coordinate representation of color #464726: hue angle of 61.82º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464726 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.72.

Color convert

RGB707138-
CMYK0.0100.460.72
HSL61.82º30.28%21.37%-
HSV(B)61.82º46.48%27.84%-
XYZ5.135.952.71-
YUV66.94111.67130.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 39.11%
GREEN value IS 71 (28.12% from 255) = 39.66%
BLUE value IS 38 (15.23% from 255) = 21.23%
R=39.11%
G=39.66%
B=21.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071380.0100.460.7261.8230.2821.37
Hex464726102E483e1e15
Octal106107461056110763625
Binary100011010001111001101010111010010001111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464726; }

 p { color: rgb(70,71,38); }

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

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

 a { background-color: rgb(70,71,38); }

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

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

 span { border-color: rgb(70,71,38); }

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