Html Css Color HEX #464A32 Waiouru

📋 copy color: '#464A32'

red 70 ◦ green 74 ◦ blue 50

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

Shades of Waiouru #464A32

Tints of Waiouru #464A32

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 36.08%
G = 38.14%
B = 25.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#464A32 (or 0x464A32) is known color: Waiouru. HEX triplet: 46, 4A and 32. RGB value is (70,74,50). Sum of RGB (Red+Green+Blue) = 70+74+50=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #464A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A32 is #B9B5CD. Grayscale: #464646. Windows color (decimal): -12170702 or 3295814. OLE color: 3295814.

HSL color Cylindrical-coordinate representation of color #464A32: hue angle of 70º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464A32 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 74 50 -
CMYK 0.05 0 0.32 0.71
HSL 70º 0.19% 0.24% -
HSV(B) 70º 0.32% 0.29% -
XYZ 5.55 6.43 3.97 -
YUV 70.07 116.67 127.95 -
System Red Green Blue C M Y K H S L
Decimal 70 74 50 0.05 0 0.32 0.71 70 0.19 0.24
Hex 46 4A 32 5 0 20 47 46 13 18
Octal 106 112 62 5 0 40 107 106 23 30
Binary 1000110 1001010 110010 101 0 100000 1000111 1000110 10011 11000

Color Harmonies of #464A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464A32

Black with #464A32

Text Example


Text Example

White with #464A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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