#474F41

Color #474F41 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #474F41

Tints of Cabbage Pont #474F41

Color information

#474F41 (or 0x474F41) is unknown color: approx Cabbage Pont. HEX triplet: 47, 4F and 41. RGB value is (71,79,65). Sum of RGB (Red+Green+Blue) = 71+79+65=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 79 - color contains mainly: green. Hex color #474F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F41 is #B8B0BE. Grayscale: #4B4B4B. Windows color (decimal): -12103871 or 4280135. OLE color: 4280135.

HSL color Cylindrical-coordinate representation of color #474F41: hue angle of 94.29º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474F41 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.69.

Color convert

RGB717965-
CMYK0.1000.180.69
HSL94.29º9.72%28.24%-
HSV(B)94.29º17.72%30.98%-
XYZ6.357.316.08-
YUV75.01122.35125.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=33.02%
G=36.74%
B=30.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7179650.1000.180.6994.299.7228.24
Hex474F41A012455ea1c
Octal107117101120221051361234
Binary100011110011111000001101001001010001011011110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,79,65); }

 H1.HeaderClassName
 {
   color: #474F41;
 }
 .AnyTagClassName
 {
   color: #474F41;
 }
</style>
background-color css

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

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

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

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

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

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