Html Css Color HEX #494A2F Waiouru

📋 copy color: '#494A2F'

red 73 ◦ green 74 ◦ blue 47

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

Shades of Waiouru #494A2F

Tints of Waiouru #494A2F

RGB

 RED value IS 73 (28.91% from 255) = 37.63%

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

 BLUE value IS 47 (18.75% from 255) = 24.23%

R = 37.63%
G = 38.14%
B = 24.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#494A2F (or 0x494A2F) is known color: Waiouru. HEX triplet: 49, 4A and 2F. RGB value is (73,74,47). Sum of RGB (Red+Green+Blue) = 73+74+47=194 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.63% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 74 - color contains mainly: green. Hex color #494A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494A2F is #B6B5D0. Grayscale: #464646. Windows color (decimal): -11974097 or 3099209. OLE color: 3099209.

HSL color Cylindrical-coordinate representation of color #494A2F: hue angle of 62.22º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #494A2F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 74 47 -
CMYK 0.01 0 0.36 0.71
HSL 62.22º 0.22% 0.24% -
HSV(B) 62.22º 0.36% 0.29% -
XYZ 5.71 6.52 3.65 -
YUV 70.62 114.67 129.7 -
System Red Green Blue C M Y K H S L
Decimal 73 74 47 0.01 0 0.36 0.71 62.22 0.22 0.24
Hex 49 4A 2F 1 0 24 47 3E 16 18
Octal 111 112 57 1 0 44 107 76 26 30
Binary 1001001 1001010 101111 1 0 100100 1000111 111110 10110 11000

Color Harmonies of #494A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494A2F

Black with #494A2F

Text Example


Text Example

White with #494A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494A2F; }

 p { color: rgb(73,74,47); }

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

background-color css

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

 a { background-color: rgb(73,74,47); }

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

border-color css

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

 span { border-color: rgb(73,74,47); }

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