Html Css Color HEX #474726 Waiouru

📋 copy color: '#474726'

red 71 ◦ green 71 ◦ blue 38

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

Shades of Waiouru #474726

Tints of Waiouru #474726

RGB

 RED value IS 71 (28.13% from 255) = 39.44%

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

 BLUE value IS 38 (15.23% from 255) = 21.11%

R = 39.44%
G = 39.44%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#474726 (or 0x474726) is known color: Waiouru. HEX triplet: 47, 47 and 26. RGB value is (71,71,38). Sum of RGB (Red+Green+Blue) = 71+71+38=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 71 - color contains mainly: red, green. Hex color #474726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474726 is #B8B8D9. Grayscale: #434343. Windows color (decimal): -12105946 or 2508615. OLE color: 2508615.

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

Color convert

RGB 71 71 38 -
CMYK 0 0 0.46 0.72
HSL 60º 0.3% 0.21% -
HSV(B) 60º 0.46% 0.28% -
XYZ 5.2 5.99 2.71 -
YUV 67.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 71 71 38 0 0 0.46 0.72 60 0.3 0.21
Hex 47 47 26 0 0 2E 48 3C 1E 15
Octal 107 107 46 0 0 56 110 74 36 25
Binary 1000111 1000111 100110 0 0 101110 1001000 111100 11110 10101

Color Harmonies of #474726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474726

Black with #474726

Text Example


Text Example

White with #474726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474726; }

 p { color: rgb(71,71,38); }

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

background-color css

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

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

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

border-color css

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

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

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