Html Css Color HEX #464934 Waiouru

📋 copy color: '#464934'

red 70 ◦ green 73 ◦ blue 52

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

Shades of Waiouru #464934

Tints of Waiouru #464934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.44%

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 35.9%
G = 37.44%
B = 26.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#464934 (or 0x464934) is known color: Waiouru. HEX triplet: 46, 49 and 34. RGB value is (70,73,52). Sum of RGB (Red+Green+Blue) = 70+73+52=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 73 - color contains mainly: green. Hex color #464934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464934 is #B9B6CB. Grayscale: #454545. Windows color (decimal): -12170956 or 3426630. OLE color: 3426630.

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

Color convert

RGB 70 73 52 -
CMYK 0.04 0 0.29 0.71
HSL 68.57º 0.17% 0.25% -
HSV(B) 68.57º 0.29% 0.29% -
XYZ 5.53 6.32 4.18 -
YUV 69.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 70 73 52 0.04 0 0.29 0.71 68.57 0.17 0.25
Hex 46 49 34 4 0 1D 47 45 11 19
Octal 106 111 64 4 0 35 107 105 21 31
Binary 1000110 1001001 110100 100 0 11101 1000111 1000101 10001 11001

Color Harmonies of #464934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464934

Black with #464934

Text Example


Text Example

White with #464934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464934; }

 p { color: rgb(70,73,52); }

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

background-color css

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

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

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

border-color css

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

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

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