Html Css Color HEX #464731 Waiouru

📋 copy color: '#464731'

red 70 ◦ green 71 ◦ blue 49

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

Shades of Waiouru #464731

Tints of Waiouru #464731

RGB

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

 GREEN value IS 71 (28.13% 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 value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#464731 (or 0x464731) is known color: 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

RGB 70 71 49 -
CMYK 0.01 0 0.31 0.72
HSL 62.73º 0.18% 0.24% -
HSV(B) 62.73º 0.31% 0.28% -
XYZ 5.33 6.03 3.79 -
YUV 68.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 70 71 49 0.01 0 0.31 0.72 62.73 0.18 0.24
Hex 46 47 31 1 0 1F 48 3F 12 18
Octal 106 107 61 1 0 37 110 77 22 30
Binary 1000110 1000111 110001 1 0 11111 1001000 111111 10010 11000

Color Harmonies of #464731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464731

Black with #464731

Text Example


Text Example

White with #464731

Text Example


Text Example

HTML Codes & Css Web 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>