#464630

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

Shades of Waiouru #464630

Tints of Waiouru #464630

Color information

#464630 (or 0x464630) is unknown color: approx Waiouru. HEX triplet: 46, 46 and 30. RGB value is (70,70,48). Sum of RGB (Red+Green+Blue) = 70+70+48=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464630 is #B9B9CF. Grayscale: #434343. Windows color (decimal): -12171728 or 3163718. OLE color: 3163718.

HSL color Cylindrical-coordinate representation of color #464630: hue angle of 60º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464630 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB707048-
CMYK000.310.73
HSL60º18.64%23.14%-
HSV(B)60º31.43%27.45%-
XYZ5.255.93.66-
YUV67.49117129.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.23%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 48 (19.14% from 255) = 25.53%
R=37.23%
G=37.23%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal707048000.310.736018.6423.14
Hex464630001F493c1317
Octal106106600037111742327
Binary10001101000110110000001111110010011111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464630; }

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

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

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

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

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

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

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

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