Html Css Color HEX #474A33 Waiouru

📋 copy color: '#474A33'

red 71 ◦ green 74 ◦ blue 51

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

Shades of Waiouru #474A33

Tints of Waiouru #474A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.02%

R = 36.22%
G = 37.76%
B = 26.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#474A33 (or 0x474A33) is known color: Waiouru. HEX triplet: 47, 4A and 33. RGB value is (71,74,51). Sum of RGB (Red+Green+Blue) = 71+74+51=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 74 (29.30% from 255 or 37.76% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 74 - color contains mainly: green. Hex color #474A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474A33 is #B8B5CC. Grayscale: #464646. Windows color (decimal): -12105165 or 3361351. OLE color: 3361351.

HSL color Cylindrical-coordinate representation of color #474A33: hue angle of 67.83º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #474A33 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 71 74 51 -
CMYK 0.04 0 0.31 0.71
HSL 67.83º 0.18% 0.25% -
HSV(B) 67.83º 0.31% 0.29% -
XYZ 5.64 6.48 4.08 -
YUV 70.48 117.01 128.37 -
System Red Green Blue C M Y K H S L
Decimal 71 74 51 0.04 0 0.31 0.71 67.83 0.18 0.25
Hex 47 4A 33 4 0 1F 47 44 12 19
Octal 107 112 63 4 0 37 107 104 22 31
Binary 1000111 1001010 110011 100 0 11111 1000111 1000100 10010 11001

Color Harmonies of #474A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A33

Black with #474A33

Text Example


Text Example

White with #474A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474A33; }

 p { color: rgb(71,74,51); }

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

background-color css

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

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

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

border-color css

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

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

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