#464731

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

Shades of Waiouru #464731

Tints of Waiouru #464731

Color information

#464731 (or 0x464731) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 31. RGB value is (70,71,49). Sum of RGB (Red+Green+Blue) = 70+71+49=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 71 - color contains mainly: green. Hex color #464731 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464731 is #B9B8CE. Grayscale: #444444. Windows color (decimal): -12171471 or 3229510. OLE color: 3229510.

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

Color convert

RGB707149-
CMYK0.0100.310.72
HSL62.73º18.33%23.53%-
HSV(B)62.73º30.99%27.84%-
XYZ5.336.033.79-
YUV68.19117.17129.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.84%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 49 (19.53% from 255) = 25.79%
R=36.84%
G=37.37%
B=25.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071490.0100.310.7262.7318.3323.53
Hex464731101F483f1218
Octal106107611037110772230
Binary10001101000111110001101111110010001111111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464731; }

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

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

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

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

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

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

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

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