#46492C

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

Shades of Waiouru #46492C

Tints of Waiouru #46492C

Color information

#46492C (or 0x46492C) is unknown color: approx Waiouru. HEX triplet: 46, 49 and 2C. RGB value is (70,73,44). Sum of RGB (Red+Green+Blue) = 70+73+44=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #46492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46492C is #B9B6D3. Grayscale: #444444. Windows color (decimal): -12170964 or 2902342. OLE color: 2902342.

HSL color Cylindrical-coordinate representation of color #46492C: hue angle of 66.21º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46492C is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB707344-
CMYK0.0400.400.71
HSL66.21º24.79%22.94%-
HSV(B)66.21º39.73%28.63%-
XYZ5.366.253.31-
YUV68.8114.01128.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 44 (17.58% from 255) = 23.53%
R=37.43%
G=39.04%
B=23.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073440.0400.400.7166.2124.7922.94
Hex46492C402847421917
Octal1061115440501071023127
Binary100011010010011011001000101000100011110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46492C; }

 p { color: rgb(70,73,44); }

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

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

 a { background-color: rgb(70,73,44); }

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

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

 span { border-color: rgb(70,73,44); }

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