#464730

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

Shades of Waiouru #464730

Tints of Waiouru #464730

Color information

#464730 (or 0x464730) is unknown color: approx Waiouru. HEX triplet: 46, 47 and 30. RGB value is (70,71,48). Sum of RGB (Red+Green+Blue) = 70+71+48=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 71 - color contains mainly: green. Hex color #464730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464730 is #B9B8CF. Grayscale: #444444. Windows color (decimal): -12171472 or 3163974. OLE color: 3163974.

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

Color convert

RGB707148-
CMYK0.0100.320.72
HSL62.61º19.33%23.33%-
HSV(B)62.61º32.39%27.84%-
XYZ5.316.023.68-
YUV68.08116.67129.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.04%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 48 (19.14% from 255) = 25.40%
R=37.04%
G=37.57%
B=25.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7071480.0100.320.7262.6119.3323.33
Hex4647301020483f1317
Octal106107601040110772327
Binary100011010001111100001010000010010001111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464730; }

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

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

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

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

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

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

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

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