Html Css Color HEX #474830 Waiouru

📋 copy color: '#474830'

red 71 ◦ green 72 ◦ blue 48

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

Shades of Waiouru #474830

Tints of Waiouru #474830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.13%

R = 37.17%
G = 37.7%
B = 25.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#474830 (or 0x474830) is known color: Waiouru. HEX triplet: 47, 48 and 30. RGB value is (71,72,48). Sum of RGB (Red+Green+Blue) = 71+72+48=191 (25% of max value = 765). Red value is 71 (28.12% from 255 or 37.17% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 72 - color contains mainly: green. Hex color #474830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474830 is #B8B7CF. Grayscale: #454545. Windows color (decimal): -12105680 or 3164231. OLE color: 3164231.

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

Color convert

RGB 71 72 48 -
CMYK 0.01 0 0.33 0.72
HSL 62.5º 0.2% 0.24% -
HSV(B) 62.5º 0.33% 0.28% -
XYZ 5.45 6.19 3.7 -
YUV 68.97 116.17 129.45 -
System Red Green Blue C M Y K H S L
Decimal 71 72 48 0.01 0 0.33 0.72 62.5 0.2 0.24
Hex 47 48 30 1 0 21 48 3F 14 18
Octal 107 110 60 1 0 41 110 77 24 30
Binary 1000111 1001000 110000 1 0 100001 1001000 111111 10100 11000

Color Harmonies of #474830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474830

Black with #474830

Text Example


Text Example

White with #474830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474830; }

 p { color: rgb(71,72,48); }

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

background-color css

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

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

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

border-color css

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

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

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