#464734

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

Shades of Waiouru #464734

Tints of Waiouru #464734

Color information

#464734 (or 0x464734) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 34. RGB value is (70,71,52). Sum of RGB (Red+Green+Blue) = 70+71+52=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 71 - color contains mainly: green. Hex color #464734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464734 is #B9B8CB. Grayscale: #444444. Windows color (decimal): -12171468 or 3426118. OLE color: 3426118.

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

Color convert

RGB707152-
CMYK0.0100.270.72
HSL63.16º15.45%24.12%-
HSV(B)63.16º26.76%27.84%-
XYZ5.46.064.13-
YUV68.54118.67129.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.27%
GREEN value IS 71 (28.12% from 255) = 36.79%
BLUE value IS 52 (20.70% from 255) = 26.94%
R=36.27%
G=36.79%
B=26.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071520.0100.270.7263.1615.4524.12
Hex464734101B483ff18
Octal106107641033110771730
Binary1000110100011111010010110111001000111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464734; }

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

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

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

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

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

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

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

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