#46472A

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

Shades of Waiouru #46472A

Tints of Waiouru #46472A

Color information

#46472A (or 0x46472A) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 2A. RGB value is (70,71,42). Sum of RGB (Red+Green+Blue) = 70+71+42=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 71 - color contains mainly: green. Hex color #46472A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46472A is #B9B8D5. Grayscale: #434343. Windows color (decimal): -12171478 or 2770758. OLE color: 2770758.

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

Color convert

RGB707142-
CMYK0.0100.410.72
HSL62.07º25.66%22.16%-
HSV(B)62.07º40.85%27.84%-
XYZ5.25.983.07-
YUV67.4113.67129.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 38.25%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 42 (16.80% from 255) = 22.95%
R=38.25%
G=38.80%
B=22.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071420.0100.410.7262.0725.6622.16
Hex46472A1029483e1a16
Octal106107521051110763226
Binary100011010001111010101010100110010001111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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