#46462A

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

Shades of Waiouru #46462A

Tints of Waiouru #46462A

Color information

#46462A (or 0x46462A) is unknown color: approx Waiouru. HEX triplet: 46, 46 and 2A. RGB value is (70,70,42). Sum of RGB (Red+Green+Blue) = 70+70+42=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46462A is #B9B9D5. Grayscale: #424242. Windows color (decimal): -12171734 or 2770502. OLE color: 2770502.

HSL color Cylindrical-coordinate representation of color #46462A: hue angle of 60º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #46462A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.73.

Color convert

RGB707042-
CMYK000.400.73
HSL60º25%21.96%-
HSV(B)60º40%27.45%-
XYZ5.135.853.05-
YUV66.81114130.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.46%
GREEN value IS 70 (27.73% from 255) = 38.46%
BLUE value IS 42 (16.80% from 255) = 23.08%
R=38.46%
G=38.46%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707042000.400.73602521.96
Hex46462A0028493c1916
Octal106106520050111743126
Binary100011010001101010100010100010010011111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46462A; }

 p { color: rgb(70,70,42); }

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

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

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

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

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

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

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