Html Css Color HEX #464632 Waiouru

📋 copy color: '#464632'

red 70 ◦ green 70 ◦ blue 50

#464632
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waiouru #464632

Tints of Waiouru #464632

RGB

 RED value IS 70 (27.73% from 255) = 36.84%

 GREEN value IS 70 (27.73% from 255) = 36.84%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 36.84%
G = 36.84%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#464632 (or 0x464632) is known color: Waiouru. HEX triplet: 46, 46 and 32. RGB value is (70,70,50). Sum of RGB (Red+Green+Blue) = 70+70+50=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 70 - color contains mainly: red, green. Hex color #464632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464632 is #B9B9CD. Grayscale: #434343. Windows color (decimal): -12171726 or 3294790. OLE color: 3294790.

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

Color convert

RGB 70 70 50 -
CMYK 0 0 0.29 0.73
HSL 60º 0.17% 0.24% -
HSV(B) 60º 0.29% 0.27% -
XYZ 5.29 5.91 3.88 -
YUV 67.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 70 70 50 0 0 0.29 0.73 60 0.17 0.24
Hex 46 46 32 0 0 1D 49 3C 11 18
Octal 106 106 62 0 0 35 111 74 21 30
Binary 1000110 1000110 110010 0 0 11101 1001001 111100 10001 11000

Color Harmonies of #464632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464632

Black with #464632

Text Example


Text Example

White with #464632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464632; }

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

 H1.HeaderClassName
 {
   color: #464632;
 }
 .AnyTagClassName
 {
   color: #464632;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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