#464933

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

Shades of Waiouru #464933

Tints of Waiouru #464933

Color information

#464933 (or 0x464933) is unknown color: approx Waiouru. HEX triplet: 46, 49 and 33. RGB value is (70,73,51). Sum of RGB (Red+Green+Blue) = 70+73+51=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 73 - color contains mainly: green. Hex color #464933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464933 is #B9B6CC. Grayscale: #454545. Windows color (decimal): -12170957 or 3361094. OLE color: 3361094.

HSL color Cylindrical-coordinate representation of color #464933: hue angle of 68.18º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #464933 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB707351-
CMYK0.0400.300.71
HSL68.18º17.74%24.31%-
HSV(B)68.18º30.14%28.63%-
XYZ5.516.314.06-
YUV69.6117.51128.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 36.08%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 51 (20.31% from 255) = 26.29%
R=36.08%
G=37.63%
B=26.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7073510.0400.300.7168.1817.7424.31
Hex464933401E47441218
Octal1061116340361071042230
Binary10001101001001110011100011110100011110001001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464933; }

 p { color: rgb(70,73,51); }

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

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

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

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

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

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

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