Html Css Color HEX #464735 Waiouru

📋 copy color: '#464735'

red 70 ◦ green 71 ◦ blue 53

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

Shades of Waiouru #464735

Tints of Waiouru #464735

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.6%

 BLUE value IS 53 (21.09% from 255) = 27.32%

R = 36.08%
G = 36.6%
B = 27.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#464735 (or 0x464735) is known color: Waiouru. HEX triplet: 46, 47 and 35. RGB value is (70,71,53). Sum of RGB (Red+Green+Blue) = 70+71+53=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 53 (21.09% from 255 or 27.32% from 194); Max value from RGB is 71 - color contains mainly: green. Hex color #464735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464735 is #B9B8CA. Grayscale: #444444. Windows color (decimal): -12171467 or 3491654. OLE color: 3491654.

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

Color convert

RGB 70 71 53 -
CMYK 0.01 0 0.25 0.72
HSL 63.33º 0.15% 0.24% -
HSV(B) 63.33º 0.25% 0.28% -
XYZ 5.42 6.07 4.25 -
YUV 68.65 119.17 128.96 -
System Red Green Blue C M Y K H S L
Decimal 70 71 53 0.01 0 0.25 0.72 63.33 0.15 0.24
Hex 46 47 35 1 0 19 48 3F F 18
Octal 106 107 65 1 0 31 110 77 17 30
Binary 1000110 1000111 110101 1 0 11001 1001000 111111 1111 11000

Color Harmonies of #464735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464735

Black with #464735

Text Example


Text Example

White with #464735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464735; }

 p { color: rgb(70,71,53); }

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

background-color css

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

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

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

border-color css

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

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

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