#474E43

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

Shades of Cabbage Pont #474E43

Tints of Cabbage Pont #474E43

Color information

#474E43 (or 0x474E43) is unknown color: approx Cabbage Pont. HEX triplet: 47, 4E and 43. RGB value is (71,78,67). Sum of RGB (Red+Green+Blue) = 71+78+67=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 67 (26.56% from 255 or 31.02% from 216); Max value from RGB is 78 - color contains mainly: green. Hex color #474E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E43 is #B8B1BC. Grayscale: #4A4A4A. Windows color (decimal): -12104125 or 4410951. OLE color: 4410951.

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

Color convert

RGB717867-
CMYK0.0900.140.69
HSL98.18º7.59%28.43%-
HSV(B)98.18º14.1%30.59%-
XYZ6.347.196.36-
YUV74.65123.68125.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 67 (26.56% from 255) = 31.02%
R=32.87%
G=36.11%
B=31.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7178670.0900.140.6998.187.5928.43
Hex474E4390E456281c
Octal107116103110161051421034
Binary10001111001110100001110010111010001011100010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,78,67); }

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

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

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

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

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

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

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