#46472C

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

Shades of Waiouru #46472C

Tints of Waiouru #46472C

Color information

#46472C (or 0x46472C) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 2C. RGB value is (70,71,44). Sum of RGB (Red+Green+Blue) = 70+71+44=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #46472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46472C is #B9B8D3. Grayscale: #434343. Windows color (decimal): -12171476 or 2901830. OLE color: 2901830.

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

Color convert

RGB707144-
CMYK0.0100.380.72
HSL62.22º23.48%22.55%-
HSV(B)62.22º38.03%27.84%-
XYZ5.235.993.26-
YUV67.62114.67129.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=37.84%
G=38.38%
B=23.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071440.0100.380.7262.2223.4822.55
Hex46472C1026483e1717
Octal106107541046110762727
Binary100011010001111011001010011010010001111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46472C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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