Html Css Color HEX #464834 Waiouru

📋 copy color: '#464834'

red 70 ◦ green 72 ◦ blue 52

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

Shades of Waiouru #464834

Tints of Waiouru #464834

RGB

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

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

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

R = 36.08%
G = 37.11%
B = 26.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#464834 (or 0x464834) is known color: Waiouru. HEX triplet: 46, 48 and 34. RGB value is (70,72,52). Sum of RGB (Red+Green+Blue) = 70+72+52=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 72 - color contains mainly: green. Hex color #464834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464834 is #B9B7CB. Grayscale: #454545. Windows color (decimal): -12171212 or 3426374. OLE color: 3426374.

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

Color convert

RGB 70 72 52 -
CMYK 0.03 0 0.28 0.72
HSL 66º 0.16% 0.24% -
HSV(B) 66º 0.28% 0.28% -
XYZ 5.46 6.18 4.15 -
YUV 69.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 70 72 52 0.03 0 0.28 0.72 66 0.16 0.24
Hex 46 48 34 3 0 1C 48 42 10 18
Octal 106 110 64 3 0 34 110 102 20 30
Binary 1000110 1001000 110100 11 0 11100 1001000 1000010 10000 11000

Color Harmonies of #464834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464834

Black with #464834

Text Example


Text Example

White with #464834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464834; }

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

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

background-color css

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

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

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

border-color css

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

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

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