#46482A

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

Shades of Waiouru #46482A

Tints of Waiouru #46482A

Color information

#46482A (or 0x46482A) is unknown color: approx Waiouru. HEX triplet: 46, 48 and 2A. RGB value is (70,72,42). Sum of RGB (Red+Green+Blue) = 70+72+42=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 72 - color contains mainly: green. Hex color #46482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46482A is #B9B7D5. Grayscale: #444444. Windows color (decimal): -12171222 or 2771014. OLE color: 2771014.

HSL color Cylindrical-coordinate representation of color #46482A: hue angle of 64º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #46482A is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB707242-
CMYK0.0300.420.72
HSL64º26.32%22.35%-
HSV(B)64º41.67%28.24%-
XYZ5.266.13.09-
YUV67.98113.34129.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.04%
GREEN value IS 72 (28.52% from 255) = 39.13%
BLUE value IS 42 (16.80% from 255) = 22.83%
R=38.04%
G=39.13%
B=22.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7072420.0300.420.726426.3222.35
Hex46482A302A48401a16
Octal1061105230521101003226
Binary10001101001000101010110101010100100010000001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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