Html Css Color HEX #464831 Waiouru

📋 copy color: '#464831'

red 70 ◦ green 72 ◦ blue 49

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

Shades of Waiouru #464831

Tints of Waiouru #464831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

 BLUE value IS 49 (19.53% from 255) = 25.65%

R = 36.65%
G = 37.7%
B = 25.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#464831 (or 0x464831) is known color: Waiouru. HEX triplet: 46, 48 and 31. RGB value is (70,72,49). Sum of RGB (Red+Green+Blue) = 70+72+49=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #464831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464831 is #B9B7CE. Grayscale: #444444. Windows color (decimal): -12171215 or 3229766. OLE color: 3229766.

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

Color convert

RGB 70 72 49 -
CMYK 0.03 0 0.32 0.72
HSL 65.22º 0.19% 0.24% -
HSV(B) 65.22º 0.32% 0.28% -
XYZ 5.4 6.16 3.81 -
YUV 68.78 116.84 128.87 -
System Red Green Blue C M Y K H S L
Decimal 70 72 49 0.03 0 0.32 0.72 65.22 0.19 0.24
Hex 46 48 31 3 0 20 48 41 13 18
Octal 106 110 61 3 0 40 110 101 23 30
Binary 1000110 1001000 110001 11 0 100000 1001000 1000001 10011 11000

Color Harmonies of #464831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464831

Black with #464831

Text Example


Text Example

White with #464831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464831; }

 p { color: rgb(70,72,49); }

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

background-color css

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

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

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

border-color css

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

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

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